Remove Form Pre-Fill on a Single Field (Dynamically if Possible)
Hi all,
Form pre-fill is great but sometimes it creates problem.
Example: if you populate known records that have an empty last name or company name field with "[not provided]" or some other default value in order to ensure those records still sync to SFDC...
...Then when those known leads go to fill out another form they see a weird "[not provided]" value pre-filling in their forms. ![]()
I'm wondering if anyone knows a trick to do one of the following (in descending order of preference):
1) Dynamically suppress the pre-fill: in an ideal world, have some logic that could be added to an individual form that says, "if company name = [not provided], clear pre-fill for that field". I am assuming this would probably need to be done with some extra javascript.
2) Turn of pre-fill for one field: lacking a more intelligent method like above, we could also turn off pre-fill entirely but just for that one field, so that we don't lose the benefit of other fields.
Love to know if anyone has solved for this.
Thanks!