We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9359
    • 128 Posts
    Hello everyone,
    i have a problem wih my eform...

    Form Call:
    [!eForm? &formid=`ContactForm`  &cc=`[email protected]` &subject=`[+subject+]` &to=`[email protected]` &tpl=`ContactForm` &report=`ContactFormReport` &gotoid=`23`  !]


    ContactForm:
    ....
    <input maxlength="50" name="subject" size="50" value="more information about [*pagetitle*]" type="text" eform="Oggetto:string:1" disabled="disabled" />
    .....
    
    


    Contact Report:
    ....
    <p>Subject: [+subject+]</p>
    ....
    


    All work fine, but when i receive the email the field [*pagetitle*] is not solved, so the subject of email is more information about [*pagetitle*] :-(

    How can solve it?
    thx
      "Destiny is not a matter of chance, it's a matter of choice"
      • 33968
      • 863 Posts
      Been ages since I used eForm, but from memory shouldn't your subject line be in the snippet call:
      [!eForm? &formid=`ContactForm`  &cc=`[email protected]` &subject=`more information about [*pagetitle*]` &to=`[email protected]` &tpl=`ContactForm` &report=`ContactFormReport` &gotoid=`23`  !]