Hi, Im trying to get text into my database by using a form, the text isn’t a user input but was set by logic.
$w(‘#FrontsSelect’).value=‘Round’;
Round should be saved in the Shape field with the rest of the user inputs.
FrontsSelect is a text box element and it does show round when the logic is complete and its connected to the correct field in my dataset but when I submit it doesnt show round in the database.
Any help would be appreciated.