When are you planning on storing the data in another table? Is that going to be done right after the form is submitted? If so, you can use the gform_after_submission filter:
I was going to try and split up that paragraph text, line by line, but I can’t seem to find how how to actually get the value of whats in the paragraph text field. Can you point me in the right direction that?
Then I guess I can split base on new lines and put each line as an entry in a table. (The form is loading coupon codes, one per line).
I posted previously how to log the submission/entry. When you do that, you can check the log to see what the data looks like, then use your own PHP to split the paragraph. Have you implemented the previous suggestion? If so, can you test the form and post the link to the log file (this is a public forum, so be sure the log contains only your test submission.)
I did. I actually sent the link to the log file and had some questions. Not sure if the email made it to you then. I’ll check in the morning when I’m back at the office.