Editing a form in editor mode?

I have a general question about a client’s ability to edit forms. I’d like to include a dropdown menu on a form that will list dates to choose from for a “tour”. I’d like for the client to be able to edit these dates. Is this possible? or do I need to handle this a different way… maybe where the user types in the date of their choice from a list somewhere else in the page layout that the client/editor can edit?

No, forms would be a design element accessible via the designer. You can always test what your client can do by using the editor.

With custom code (JavaScript) It would be possible to pull a value list from the page, then make it the value of select list as a field on the form. You may wish to post in the freelance cat to solicit help with coding.

1 Like