if u want to put it in the iNI file, it goes in the [special_fields] section:
just as easy to put it in the HTML formCode:[special_fields] mail_options = "Exclude=Submit"
note u can't have mail_options in both (the INI file overrides)
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
I want to "exclude" the "Submit" from the emailed form results in the .ini.
I have my .ini file in use for "required", so the .ini is being seen by formmail, no problem there, however I can't seem to find a way to supress the "Submit" being emailed as a form result, either in the .ini or otherwise.
I tried:
[mail_options]
Exclude = "Submit"
I'm not sure if I can code it into formmail.php as a setting somewhere I can't find, or if the only option is putting it into the html form.
Thanks.
Wes
if u want to put it in the iNI file, it goes in the [special_fields] section:
just as easy to put it in the HTML formCode:[special_fields] mail_options = "Exclude=Submit"
note u can't have mail_options in both (the INI file overrides)
Thanks.
I can get it to work putting this in the html:
But I can't get it to work with this in the .ini:Code:<input type="hidden" name="mail_options" value="Exclude=Submit" />
Do I have to set a hiden input in the html?Code:[special_fields] mail_options = "Exclude=Submit"
Thanks.
oh yeah sorry.
there are some mail_options that won't work in the INI file.
check the comment about this around line 10980
i htink Exclude is one of htem
no matter - just put it in ur HTML - ur not losing anything by doing that
Cool. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks