hi folks
i'm fairly new to chronoform and have really enjoyed working with it. i am not new to php/html/css though so i believe i can get this to work with a little bit of guidance.
on the front page i want to have a mini form that asks four questions. I then want that when a user fills in the four questions and clicks "submit" to do a few things
1. Email me the information in the mini form (or input into database)
2. Redirect user to larger form where the mini form questions that they answered will prepopulate those same questions on the larger form.
I am assuming that this can be done using POST or GET, although GET may be easier for diagnostics while initially setting this up.
Can I receive a little bit of guidance on this? A little note is that I use aceSEF, so the larger form doesnt end in .php (I could edit aceSEF so that it does, but still not sure if it matters), so i'm not sure how that carries the variables from one page to another in this circumstance.
THX!
i'm fairly new to chronoform and have really enjoyed working with it. i am not new to php/html/css though so i believe i can get this to work with a little bit of guidance.
on the front page i want to have a mini form that asks four questions. I then want that when a user fills in the four questions and clicks "submit" to do a few things
1. Email me the information in the mini form (or input into database)
2. Redirect user to larger form where the mini form questions that they answered will prepopulate those same questions on the larger form.
I am assuming that this can be done using POST or GET, although GET may be easier for diagnostics while initially setting this up.
Can I receive a little bit of guidance on this? A little note is that I use aceSEF, so the larger form doesnt end in .php (I could edit aceSEF so that it does, but still not sure if it matters), so i'm not sure how that carries the variables from one page to another in this circumstance.
THX!