I have a mysql table that contains:
id, e-mail
I have a list of id and e-mails using a sql query and also for each entry I have a button that when I press it I want to redirect me to chronoforms with e-mail field already filled.
So how can I pass the e-mail value to the form?
id, e-mail
I have a list of id and e-mails using a sql query and also for each entry I have a button that when I press it I want to redirect me to chronoforms with e-mail field already filled.
So how can I pass the e-mail value to the form?
mmmm, I guess you need a separate form for each record with hidden field with the id or the email value so those will be posted once you click the submit button of that form!
Cheers,
Max
Cheers,
Max
This topic is locked and no more replies can be posted.