Announcement

Collapse
No announcement yet.

passing info to contact form

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

    passing info to contact form

    The site I am working on is not going to sell online but is going to use catalog to ask people to contact them.

    Thus I shall have a link to the contact form with each product.

    I would also like to pass the product name to the contact form to prefill the subject line - so that when the form arrives they know what item is being enquired abouut....

    how?

    #2
    Hi Jo,

    I have been working on this, and can't see a way of achieve this. When you run the online form, it runs

    Code:
    http://localhost/cgi-bin/mf000001.pl?ACTION=SHOWFORM
    But in other to do what you require, you need to include another argument as well so it will be

    Code:
    http://localhost/cgi-bin/mf000001.pl?PRODUCTREF1234&ACTION=SHOWFORM
    Or something simliar. I'm afraid i just can't see it being done. I have just adapting the following: http://javascript.internet.com/forms...es-source.html for this, but it does not work, as it replaces the SHOWFORM to the custom variable.

    Is there any other javascript programmer who is willing to try?

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks for trying Nadeem

      I may have to resort to using the mailto: link and hopefully cloak the email address

      Comment

      Working...
      X