Advanced BlueVoda Form Processor 2

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    Originally posted by stv View Post
    my error page is not working every time i click submit (no filling blanks) i get this message intead of showing my error page:

    Error = The field Name is missing ! The field Service_Requested is missing ! The field Phone is missing ! The field Email is missing !
    Errorpage = http://www.soscleaningsolutions.com/error_page.php
    Sorry, this seems to be my mistake. The last one i uploaded gives the error directly on the screen instead of sending to the error page.

    Please download again and replace the file dbts_abvfp.php . This is the buggy one.

    Leave a comment:


  • mark6110
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi Naval,
    Guess what? you were right as always! I forgot to change the contact page to php in ABVFP.
    Thanks again.
    Regards,

    Leave a comment:


  • stv
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hello Naval,

    Sorry to bother you, my error page is not working every time i click submit (no filling blanks) i get this message intead of showing my error page:

    Error = The field Name is missing ! The field Service_Requested is missing ! The field Phone is missing ! The field Email is missing !
    Errorpage = http://www.soscleaningsolutions.com/error_page.php

    I cannot find what I am doing wrong, I checked www and http:// they are ok, I checked URL with ABVFP they are the same, I checked Formid it is ok.
    Can you please take a look when you have time.

    Thanks so much.

    Steve
    www.soscleaningsolutions.com

    Leave a comment:


  • mark6110
    replied
    Re: Advanced BlueVoda Form Processor 2

    I will check it out.
    Thanks Naval.

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    The only reason why ABVFP would give this error is that you have a difference between the actual page URL and what you have typed in ABVFP, OR wrong Formid (the hidden field)

    It might simply be a missing www or missing http://

    Leave a comment:


  • mark6110
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi Naval,
    I have put a new ABVFP contact page on this site. www.lorissecrets.co.uk/contact_me.php The page is working, but on submission I keep getting an, "Illegal form submission" message. I have looked at everything and can´t see what is wrong. Can you have a look at it when you have time, Thanks,

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    Received, i will have a look during the day

    Leave a comment:


  • jorujuja
    replied
    Re: Advanced BlueVoda Form Processor 2

    Sent it.

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    You can use the contact form on my site.

    Leave a comment:


  • jorujuja
    replied
    Re: Advanced BlueVoda Form Processor 2

    How do I PM the details?

    Leave a comment:


  • jorujuja
    replied
    Re: Advanced BlueVoda Form Processor 2

    Originally posted by navaldesign View Post
    Not really , quotes were important for older versions of php.

    Did you give your error page text area the initial value:

    <? echo $error;?>
    This what I got:

    <?php echo $error; ?>

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    No, it can't be an issue, only one error page is required.

    This could be an issue that has not been though of when designing the software logic, BUT i can't know what that might be. I would need to enter your account to debug it

    Leave a comment:


  • jorujuja
    replied
    Re: Advanced BlueVoda Form Processor 2

    BTW, I'm using 2 contact forms and this one works after clicking 'submit':


    but this one gives me the error page after submitting:


    and there's only one error page in the site. could this be also an issue?

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    Not really , quotes were important for older versions of php.

    Did you give your error page text area the initial value:

    <? echo $error;?>


    ????

    Leave a comment:


  • jorujuja
    replied
    Re: Advanced BlueVoda Form Processor 2

    Ok I think I found something here in BV error page:

    <?php
    session_start();
    $error = $_SESSION[error];
    ?>

    and this is the code in my error page:

    <?php
    session_start();
    $error = $_SESSION[‘error’];
    ?>

    there are quotes (' ') in error, could this be the culprit?

    Leave a comment:

Working...
X