- Goal: I have a simple form which is used to update data in a database, when using the form submit action, it is adding in unexpected characters into the database
where am i going wrong?
where am i going wrong?
to be clear, it is adding {" and "} to the field around the word that was already there
Hi @patelp13 - is the desired result that you have a string stored in the column as Tinys {Squirel}
?
Could you hover over {{ Clientsubform.data }} when the form is filled out and share a screenshot? I am wondering if the curly braces are trying to be escaped and getting that quote character...
Hi @patelp13, are we still experiencing this issue?