Hi!
I am studying Chronoforms and so far so good... untill I used (Dreamweaver) the Jump Menu which generates JavaScript code.
As Form HTML can contain PHP and JavaScript is not mentionded here, I am afraid it is not possible to use JS driven inputfields?
I am studying Chronoforms and so far so good... untill I used (Dreamweaver) the Jump Menu which generates JavaScript code.
As Form HTML can contain PHP and JavaScript is not mentionded here, I am afraid it is not possible to use JS driven inputfields?
No, this is not possible yet! all fields must be present in the form HTML, there is some hack to use PHP driven input fields though!
Cheers
Max
Cheers
Max
No, this is not possible yet! all fields must be present in the form HTML, there is some hack to use PHP driven input fields though!
Cheers
Max
Thanks! We will stay tuned🙂
just connect to your server and 'get' the site. OR
If you still have your site local,
synchronize the site with the new software and you
should be good to go.
Hope it helps.
Thanks and Good day,
business card printing
If you still have your site local,
synchronize the site with the new software and you
should be good to go.
Hope it helps.
Thanks and Good day,
business card printing
Hi Rajah,
I think Shenga's post is in the wrong thread somehow.
It is possible to fool ChronoForms into working with inputs that aren't really there. CF looks for a 'name' attribute, I think that if you put dummy fields in your form html inside html comments then it will still add them to the form array and work with them.
Bob
I think Shenga's post is in the wrong thread somehow.
It is possible to fool ChronoForms into working with inputs that aren't really there. CF looks for a 'name' attribute, I think that if you put dummy fields in your form html inside html comments then it will still add them to the form array and work with them.
<!-- <input name="dummy" /> -->
Tread carefully though!!!
Bob
This topic is locked and no more replies can be posted.