Ted
|
| Posted: 07/15/2002, 11:08 AM |
|
Ok. I created a page to create new accounts for my site called "signup". I created a Record form on that page that inserts the users information into a mysql table for signups. I set the button on the form to insert and then send an email to the signup with there user account information. Then the button goes to the return page. Well that is how it is going to work but not yet. What i get is this
1. Page loads fine
2. User Fills In Info "Thats fine"
3. User Hits click "Thats Fine"
4. Information Dumps in database "that is not working"
5. Email is sent "That works fine"
6. Return page "that does not work.
Can anyone help
|
|
|
 |
George L.
|
| Posted: 07/15/2002, 3:13 PM |
|
Ted. Check to make sure you dont have "Custom Insert" set in your record form properties. I've made that mistake a few times. If set, Codecharge will not create the insert function needed to insert the records to your table.
Hope that helps.
|
|
|
 |
|