Announcement

Collapse
No announcement yet.

Editinmg the Contact Us For

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

    Editinmg the Contact Us For

    Hello,

    In relation to this post (http://community.actinic.com/showthread.php?t=9401) - is it possible to set up Check boxes and other Form fields as well as Text Boxes?

    Also can you create a Brochure link to the Act_ContactUs form?



    Cheers

    leonkush


    Originally posted by Toby B
    Hi Darren,

    Have a go at this:

    Browse to your site folder and open Act_ContactUs.html.
    Add new input tags for your new fields. For example:

    <input type="TEXT" name="Address1" size="50" maxsize="125" value="">

    You then need to open MailForm.pl and search for:

    $sTextMailBody .= ACTINIC::GetPhrase(-1, 2371) . $sEmailRecpt . "\r\n";

    After this insert lines similar to the following for each new prompt...

    $sTextMailBody .= "Address1: " . $::g_InputHash{'Address1'} . "\r\n";

    Save the files and upload to test.

    I hope this helps.

    #2
    Hi there

    Please see http://community.actinic.com/showthread.php?t=9401.

    At the moment, am asking the development team

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks Nadeem

      Cheers Nadeem,

      This is the last thing I need to do before lauching the site, I would rather keep everything within the Actinic templates than use formmail. I that is possible.

      Cheers

      leonkush

      Comment


        #4
        I have a patch that allows for an arbitrary number of fields to be added to the Contact Us form. Some can be mandatory some optional. It could handle checkboxes too.

        Unfortunately I can no longer give these away, as each patch adds to the amount of support I have to give, and my personal time is diminishing way too much. Contact me by e-mail if interested.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X