Quote from: sottwell at Feb 25, 2011, 01:06 AM
Yes, you would best solve this by using eForm’s &eFormOnBeforeFormMerge event and a snippet with a function to fetch this value and add it to the $fields array as an ordinary eForm placeholder. Something like this to use [+Form_Answer1+] placeholder tags in the form:
Tried this as you suggested. Just get a white screen.
The snippet has been created, and the setTv function also. Here is the call:
[!eForm? &formid=`SS1Form` &subject=`mysubject`
&to=`
[email protected]` &ccsender=`1` &tpl=`SS1Form`
&report=`SS1FormReport` &thankyou=`SS1FormThanks`
&invalidClass=`invalidValue` &requiredClass=`requiredValue`
&vericode=`1` &cssStyle=`ContactStyles` &eFormOnBeforeFormMerge=`setTv` &runSnippet=`check_TV` !]
any ideas what might be causing the error. I have rules out a syntax error, as I blanked the snippet to ensure this was not the case.