close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

MySQLi Insert Record - 'Dynamic Data' dialog box, my form is not listed. Cannot assign fields to columns.

Thread began 3/30/2020 9:40 am by p.kelembeck232519 | Last modified 3/30/2020 12:18 pm by Ray Borduin | 851 views | 4 replies |

p.kelembeck232519

MySQLi Insert Record - 'Dynamic Data' dialog box, my form is not listed. Cannot assign fields to columns.

Dreamweaver CS5

Hi Support

I have created a form to insert a new record. When following the instructions to assign form fields to database columns my forms does not show in the 'Dynamic Data' dialog box. Please see attachment showing what I get in the dialog box.

Please let me know how it can be fixed or worked around.

Also if I am having this issue with inserting a record, does this mean I am going to have further issues when creating an update a record form?

Regards

Patrick

Attached Files
support_request_01.pdf
Sign in to reply to this post

Ray BorduinWebAssist

Please attach the page you are working on so I can try to reproduce it. Maybe your form and form elements don't have name attributes?

Sign in to reply to this post
Did this help? Tips are appreciated...

p.kelembeck232519

MySQLi Insert Record - 'Dynamic Data' dialog box, my form is not listed. Cannot assign fields to columns.

Originally Said By: Ray Borduin
  Please attach the page you are working on so I can try to reproduce it. Maybe your form and form elements don't have name attributes?  


See file attached.

Sign in to reply to this post

Ray BorduinWebAssist

Your form elements don't have names. Forms use the name attribute to submit the values. Without a name they are inaccessible to server side code.

This:
<input type="text" class="form-control text-center" id="title">

needs to be this:
<input type="text" class="form-control text-center" name="title" id="title">

Once you add names they will show up.

Sign in to reply to this post
Did this help? Tips are appreciated...

p.kelembeck232519

MySQLi Insert Record - 'Dynamic Data' dialog box, my form is not listed. Cannot assign fields to columns.

Hi Ray

Thanks for the fix. It working great now.

Regards

Patrick

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...