Form submit adding unexpected characters to database

  • 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
    image

where am i going wrong?

2 Likes

to be clear, it is adding {" and "} to the field around the word that was already there

1 Like

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?