Hi!
I’m loving the new update so far, but I’m running into an issue here with CS Forms.
I’ve got a form element. Inside is the default “nonce” element, then an “email input”, and the default submit button.
The only action I’ve set up within the form is the “User Update” one. ID is set to {{dc:user:id}}, and the others are blank. Except Email, which is set to {{ form.data({"key":"email"}) }}.
When I submit the form, I do get the success state, but the user’s email never updates.
To test the setup, I removed {{ form.data({"key":"account_email"}) }} from the Email field within the update action and tried it on URL and even Password. There it works. It just updates as usual, but for some reason it doesn’t for the Email field.
I feel like this should work, or is there something wrong with my setup?
Thanks in advance!
Best,
Oguzhan