Hi,
"import" pulls the field from the form (via FormMail) into the computation.
What you want to do is go the other way - export from the computation back to FormMail.
So, instead of "import", use "export".
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
I would like to include an integer computed by fmcompute, the integer is called TotalPoints here is what I am trying to do,
<input type="hidden" name="fmcompute1" value="
import function FMFatalError,FMFatalUserError;
import function FMUserError;
import int TotalPoints;
" />
<input type="hidden" name="csvcolumns" value="email,realname,TotalPoints,Date,Time" />
but this is not working.. the cvs file gets all columns written to correctly.. except for the TotalPoints column... would you kindly help and point to what I can do to fix it..
thx
j
Hi,
"import" pulls the field from the form (via FormMail) into the computation.
What you want to do is go the other way - export from the computation back to FormMail.
So, instead of "import", use "export".
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks