Home » Community » Newbie corner » Why isn't the data getting inserted?
Re: Why isn't the data getting inserted? [message #38329 is a reply to message #38294] |
Mon, 10 December 2012 18:44  |
|
lectus wrote on Sun, 09 December 2012 13:18 | Hi!
Attached is a simple Skylark app. I'm trying to understand why isn't the data getting inserted in the database.
Any idea?
Thanks
|
Hi lectus,
There is nothing wrong with your Skylark code, the problem is in your HTML In the template you mixed up and used id attribute instead of "name" for the form elements. It'll start to work if you just change it to: Name: <INPUT type="text" name="name">
Phone: <INPUT type="text" name="phone">
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Tue Apr 29 21:58:53 CEST 2025
Total time taken to generate the page: 0.01177 seconds
|