Inserting from a Form to multiple MySQL tables using CS4 Server Behaviors
Hi,
I'm trying to set up a CS4 Insert Record Server Behavior to add information submitted from a single form to two tables.
If a user submits the form they send their eMail address and a question.
So, I have two tables in the database: 1) person with the eMail field, and 2) questions with a questions field.
Because one user can submit multiple questions at different times and days using their same eMail address, any additional questions should be added only to the questions table and linked to their foreign key.
I'd appreciate any help or reference links.
Thank you,
Andrew
