[User Guide]
[Crosstec/Breezing Forms]
Between the curly brackets add this code:
setInterval('ff_getElementByName("TARGETFIELD").value=ff_getElementByName("ORIGI NALFIELD").value',500); So the end result will look something like this:
function ff_FormName_init() { setInterval('ff_getElementByName("TARGETFIELD").value=ff_getElementByName("ORIGI NALFIELD").value',500); } // ff_FormName_init In the code above, change TARGETFIELD to the name (NOT Label) of the element that you want the previously-entered data inserted into. Change ORIGINALFIELD to the name (NOT Label) of the element that will capture the data initially (the first instance of the element). Then click the SAVE button at the bottom of the Scripts tab. Once returned to the form, click on the SAVE icon in the upper right-hand corner of the screen to save the form itself. Then test it... it should work!
Does BreezingForms Support Authorize.net? I need to use authorize.net for my payment gateway. Does BreezingForms support it? Authorize.net is not yet implemented natively in BreezingForms, but it is relatively simple to add it yourself by using the "End Submit" piece. Basically, you would pass the necessary form variables to authorize.net as described in the Send Field Values to a Different URL Tip. The fields that authorize.net needs are described in their integration documentation.
Exception Caught by FacileForms Error I am trying to get a form working, but keep getting this error: *** EXCEPTION CAUGHT BY FACILEFORMS *** PHP error level : E_WARNING
Page 82