Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

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 Wink 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
 
Read Message
Read Message
Previous Topic: Refreshing Docked Widget/Window/Ctrl
Next Topic: docEdit /lineEdit to array
Goto Forum:
  


Current Time: Tue Apr 29 21:58:53 CEST 2025

Total time taken to generate the page: 0.01177 seconds