Editing form fields require ALL fields to be re-edited

My users can post and edit ‘Events’, but if they want to edit, say, the title of their Event, they have to re-enter all the fields or the Submit button won’t work.

I do have a check on the fields that they “must not be empty”, but I wondered if we can repopulate the fields with the original text so a user can simply edit what they choose and hit Submit?

Yes, that’s what ‘initial content’ is for.

Set it to the parent group’s event’s data.

Ah perfect, I was trying to add a condition to the placeholder but ‘initial content’ is the answer - thank you.

1 Like