Read-Only Form Field | Community
Skip to main content
haliddelkic
New Participant
April 1, 2015
Duplicate

Read-Only Form Field

  • April 1, 2015
  • 3 replies
  • 2307 views
Would like to have an option to switch specific form fields as read-only within Forms 2.0. 

In specific campaigns we may want customers to only confirm their email address on form submission, but not be able to edit the info we already hold. 

There is an article in the community for custom HTML that does this, but it's not an integrated option within Form Design. Would be simpler design-wise to have this as a native option within Forms 2.0.

3 replies

New Participant
February 7, 2020
No text available
December 21, 2015

Yes, I would also like the ability for a field on a form to be marked "read-only." For example, we'd like to set up a subscription center for our customers where we display their Customer ID. This field should not be editable; and therefore should be marked "read only."

SanfordWhiteman
New Participant
December 21, 2015

It's just so easy to do using JS.  Or if you happen to not care about IE 9-10, just CSS.

If you post a link to your form, I'll post back the Forms 2.0 JS to do it, which you can reuse.

Justin_Cooperm2
New Participant
April 2, 2015
If you use "Fieldsets" in your forms, then you can make one fieldset of rich-text areas that would be displayed if the lead's email is already known. You can make the visibility rules for the fieldset "Show if Email Address is not empty" and then display the email address in a rich-text field that would be placed within the fieldset.