Form Builder creating hidden input field

B Denny asked on July 2, 2019 20:23

I'm currently working on creating a signup form and noticed that under one of my input boxes there is a separate hidden input with the same ID but with _ClientState added to the end.

What is this used for and why would be there?

Correct Answer

Brenden Kehren answered on July 2, 2019 20:33

If you're using Portal Development, it's most likely for viewstate of the field/form OR it's part of the form's layout. If it is specific for the form, there's not a lot you can do to get rid of it without breaking your form.

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.