create grouped form elements using custom post types
-
Hello,
On my site, I’d like to be able to create grouped form elements using custom post type, and then use them to create variations of a form containing one or more of these groups.Let me give a quick example:
I have a generic form with email, name and phone number.
I also have 15 groups of elements i’ll be using a lot on my site: A,B,C,D,… these could easily be created, edited and deleted.Now I’d like to show different variations of a form with the generic form elements plus:
ABC
ADF
BDG
…I was thinking about using CF7 field tags as content of grouped_elements custom post type.
I will then create some forms and add to each instance different grouped_elements.
So my final form might look something like this:[text* your-name] [email* your-email] [grouped-elements A] [grouped-elements D] [grouped-elements G] [submit]
The grouped elements is edited it should be updated on every form containing this group.
What do you think? Plausible?
Would you offer another solution?Thanks!
- The topic ‘create grouped form elements using custom post types’ is closed to new replies.