I have gone though the hook information but cannot seem to work this out. Basically I have built a form using the form builder and I need this form to go to some PHP code instead of the email address.
The code is a SMS and Email marketing sign up form which sends the data off using cURL in PHP. The code is done, it's the way of hooking in the form to the code I am having issues with.
Any help would be appreciated.
Thanks
Is there a reason you're not just using an HTML block and writing your own form with the 'action' as whatever URL your curl-based script is available as? Or do you really need the ability to keep redefining the form? If it's one form, it seems overkill to modify the form builder addon for a specific case.
[quote name='tbirnseth' timestamp='1320888373' post='125661']
Is there a reason you're not just using an HTML block and writing your own form with the 'action' as whatever URL your curl-based script is available as? Or do you really need the ability to keep redefining the form? If it's one form, it seems overkill to modify the form builder addon for a specific case.
[/quote]
Probably not. I was hoping it would have been easy to work this into the current form builder but I guess it isn't so I will do it as you mentioned above.
Thanks for your help.