Hi,
I've been searching these forums for several hours, and so far I haven't seen an answer to my problem. I hope you can help.
I'm running:
Joomla 1.6.3
ChronoformsV4
I had a form I hand-coded to pass data to my gateway, and it worked fine, but I wanted to take advantage of the e-mail and DB capabilities of Chronoforms.
Here's the glitch: in the original, the code for the form action is:
In the original handcoded form, I click the submit button, it passes some data to the gateway page and takes me to that page, all is well.
When I ported it to Chronoforms, I had to strip away the form field, of course. The only way I know to make the action act like the original is to put https://www.linkpointcentral.com/lpc/servlet/lppay into the SubmitURL field - but then, "Adding a submit URL will disable all the form "on submit" event functions," which negates my e-mail and DB save functions, so it's no better than handcoded.
Here are the events I have set up:
OnLoad:
[list] Load CSS (just some simple styling)
Show HTML (left the default settings)[/list]
OnSubmit:
[list] DB Save (to table created from the form)
Email #1
Email #2
Email #3[/list]
I tried adding a CURL to OnSubmit with the path https://www.linkpointcentral.com/lpc/servlet/lppay, but that didn't seem to work.
How do I get this form to act as though the form action is https://www.linkpointcentral.com/lpc/servlet/lppay, while at the same time executing all the OnSubmit events?
Thanks.
I've been searching these forums for several hours, and so far I haven't seen an answer to my problem. I hope you can help.
I'm running:
Joomla 1.6.3
ChronoformsV4
I had a form I hand-coded to pass data to my gateway, and it worked fine, but I wanted to take advantage of the e-mail and DB capabilities of Chronoforms.
Here's the glitch: in the original, the code for the form action is:
<form action="https://www.linkpointcentral.com/lpc/servlet/lppay" method="post">
In the original handcoded form, I click the submit button, it passes some data to the gateway page and takes me to that page, all is well.
When I ported it to Chronoforms, I had to strip away the form field, of course. The only way I know to make the action act like the original is to put https://www.linkpointcentral.com/lpc/servlet/lppay into the SubmitURL field - but then, "Adding a submit URL will disable all the form "on submit" event functions," which negates my e-mail and DB save functions, so it's no better than handcoded.
Here are the events I have set up:
OnLoad:
[list] Load CSS (just some simple styling)
Show HTML (left the default settings)[/list]
OnSubmit:
[list] DB Save (to table created from the form)
Email #1
Email #2
Email #3[/list]
I tried adding a CURL to OnSubmit with the path https://www.linkpointcentral.com/lpc/servlet/lppay, but that didn't seem to work.
How do I get this form to act as though the form action is https://www.linkpointcentral.com/lpc/servlet/lppay, while at the same time executing all the OnSubmit events?
Thanks.