Announcement

Collapse
No announcement yet.

Adding new fields to Contact Us Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Adding new fields to Contact Us Page

    I have tried to do this following the instructions in the adv guide however when I upload my site I am the following
    .... The specified CGI application misbehaved by not returning a complete set of HTTP headers.

    I have double/tripple checked that I followed it exactly.. what have I done wrong :-( has anyone tried this and got it to work following the adv guide?

    Also after I add an item to my cart the browser redirects me to viewing whats in my cart and the following line appears ...
    Please wait for your browser to forward you to the next page or click here.

    which redirects me back to where I was in a matter of seconds - how do i take off this redirect and let the customer decide if they want to either go back to shopping or go to checkout
    ________
    Suzuki GS1000S

    #2
    The second half of your question - to let customers sit on the basket until they decide whether to continue or proceed to checkout, change the bounce delay to 0 (zero).

    Re the contact page - you may have copied and pasted code and fallen foul of word wrap problems. A search on this forum for contact page or for other info should find the solution.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      adding new fields to contact us

      in case anyone has the same prob theres a line missing from th set up of this on the adv manual which is the following...

      search for
      # Receive parameters from input hash
      #
      my ($sEmailRecpt, $sSubject, $sTextMailBody, $sName, $sMessage, $sMyNewField, $sHTML);
      $sEmailRecpt = $::g_InputHash{'EmailAddress'};
      ________
      Honda GL500I

      Comment

      Working...
      X