Hi
Chronoforms is an excellent Component! Thanks!
A question...🙂
I'm not really the PHP-Coder, but i get some help. For this i need some introductions about Chronoforms.
Question:
I done a form which some Inputs.
Example:
How many dogs: ___
How many cats: ___
How many ????: ___
etc.
And now i want to send the inputs to the next form for calculate. For example like this:
dogs * 5 = ResultDogs
cats * 3 = ResultCats
???? + 5 = Result????
etc.
ResultDogs + ResultCats + Result???? = ResultFinal
How can i send the Inputs on a second Form? Is it possible to do this with the submit URL?
Greetings from Switzerland!
Chronoforms is an excellent Component! Thanks!
A question...🙂
I'm not really the PHP-Coder, but i get some help. For this i need some introductions about Chronoforms.
Question:
I done a form which some Inputs.
Example:
How many dogs: ___
How many cats: ___
How many ????: ___
etc.
And now i want to send the inputs to the next form for calculate. For example like this:
dogs * 5 = ResultDogs
cats * 3 = ResultCats
???? + 5 = Result????
etc.
ResultDogs + ResultCats + Result???? = ResultFinal
How can i send the Inputs on a second Form? Is it possible to do this with the submit URL?
Greetings from Switzerland!
Hi fa1zz,
There's nothing in ChronoForms that will do this for you but it's fairly simple to do on your form with a little JavaScript.
Try a Google search on 'Javascript forms multiply'
Bob
There's nothing in ChronoForms that will do this for you but it's fairly simple to do on your form with a little JavaScript.
Try a Google search on 'Javascript forms multiply'
Bob
hi bob
is it possible to get informations with the variable $_Post from a wrapped form?
is it possible to get informations with the variable $_Post from a wrapped form?
Hi fa1zz,
I'm not sure what a 'wrapped' form is . . .? One that uses the ChronoForms mambot/plugin? but in general, yes the whole $_POST array is available.
Bob
I'm not sure what a 'wrapped' form is . . .? One that uses the ChronoForms mambot/plugin? but in general, yes the whole $_POST array is available.
Bob
Hi,
Write any php code you want in the onsubmit before email box and it will get executed!
Cheers
Max
Write any php code you want in the onsubmit before email box and it will get executed!
Cheers
Max
This topic is locked and no more replies can be posted.