Forms not connecting to database

I have a successful connection to my remote database (direct database connection) and can view/edit my tables. However I can’t seem to connect with the database through forms (e.g. simple insert form) . I also have a dynamic select field that uses a table source to populate the options, however only two of the data is visible with 2 other blank rows. My login form also does not work and I followed your instructions to set it up.

Hello,
You can easily debug why are not inserts not working:

As for the select/dropdown menu - how is it set up? Can you provide some screenshots? Maybe a link to your page?

Thank you for your help. I was able to figure the form insert and login issues. I did not import the fields into the globals. They work now. The select field list still does not work. The text for the list are questions including the question mark. Would that mess up the listing? I went ahead and changed the list to static values rather than spending more time on it. You might want to try it out to see if I’m right.