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?