Trigger form validation

Working like a charm so far @mebeingken! :slight_smile:

I do have a question… I’m currently building the “write to DB” functionality using the method @ben outlined in this post: Copy data from Data Store into database

I was wondering if there was an easier way, as I am having to specify each input individually in the hidden form and bind the names and values manually. I couldn’t find the stringified data store and parsing json back to an object method you were referring to in your post. Much appreciated!!!