Is there a way to use the form builder to post off to an external script or similar rather then just to an email address? I need to setup an SMS signup form which needs to post to a PHP script to process the SMS.
Thanks
You could always add a hook into the form_builder addon that would stop the 'send' and do with it whatever you wanted.
[quote name='tbirnseth' timestamp='1320713024' post='125535']
You could always add a hook into the form_builder addon that would stop the 'send' and do with it whatever you wanted.
[/quote]
Thanks I will look into that further.
So I looked in the documents for more info on hooks, I found some basic info but It didn't make much sense to me. Is there any further information available for this?
Thanks
Since in this case you'll be using mostly PHP hooks, I'd suggest you read the series of articles I wrote on PHP hooks in the Developers section.
[quote name='tbirnseth' timestamp='1320768896' post='125576']
Since in this case you'll be using mostly PHP hooks, I'd suggest you read the series of articles I wrote on PHP hooks in the Developers section.
[/quote]
Thanks, I looked for these but couldn't find them. Are you able to share the link with me?
Thanks
Pretty easy to search by author (tbirnseth) and select the appropriate forum (Developers corner) and then look through the listing.
Here’s the first of the 6 related postings…
[quote name='tbirnseth' timestamp='1320785832' post='125589']
Pretty easy to search by author (tbirnseth) and select the appropriate forum (Developers corner) and then look through the listing.
Here's the first of the 6 related postings…
PHP Controllers - 1 - Developers' Corner - CS-Cart Community Forums
[/quote]
Thanks, I thought you meant in the actual cs-cart developer documentation.
Looking now.
Cheers