Formdatakey self.id not dynamically displaying the element id in logs

  • Goal: Set form data id value for element.

  • Steps: Create a form. Add an inputfield with an id = myData. console log the formdata. Update the id of the input field id to be mydata. console.log the formdata again and notice that the log displays the previous id. Update the formdatakey to the same value {{self.id}}. Now the log shows the correct data.

  • Details: Just pointing this out since it caused me headaches after changing the ID on the elements and expecting the self.id to be correct (which were being sent to an endpoint incorrectly until this 'reset' of the formdatakey).

1 Like

Hi @mikev,

Thanks for reporting this. I am seeing the same issue. I'll reach out if our team ships a fix!