Announcement

Collapse
No announcement yet.

How to use "Contact Us" form with Freeola

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

    How to use "Contact Us" form with Freeola

    8.5.1 HERA

    Here is how I got the Contact Us page to work with Freeola's settings:

    In the "Contact Us Bulk Area",
    Insert the following after
    <actinic:variable Name="ValidationError"/> (line 9):
    of course you must change the address and email accounts to your own settings

    Code:
    </form>
    <form method="post" action="http://your.website.com/cgi-bin/form_to_mail.php">  
    <input type="hidden" name="recipient" value="your@valid.freeola.address">
    <input type="hidden" name="from" value="your@valid.freeola.address">
    <input type="hidden" name="require" value="Name,Subject,EmailAddress,Message">
    <input type="hidden" name="success_redirect" value="http://your.website.com/acatalog/desired_page.html">
    Eileen Eby
    http://www.wildbirdfood.uk.com

    #2
    I got to confess here, it's all well and good posting your foundings here but I who the hell is Freeola unless she is some kind of freebie?

    Comment

    Working...
    X