The method
Paste this prompt into ChatGPT. Specify the type of form you need, key fields, and any desired conditional logic. Refine the output by adding more detail about required fields or specific validation rules to enhance the form further.
The prompts
Prompt 1
I need a WPForms configuration for a customer feedback form. Include fields for Name (required), Email (required, email validation), Rating (1-5 scale), and Comments (optional, textarea). Implement conditional logic: If the rating is 3 or below, display an additional textarea asking for details about their negative experience.
Prompt 2
Create a WPForms configuration for an event registration form. Include fields for First Name (required), Last Name (required), Email (required, email validation), Phone Number (optional, phone number validation), Event Date (required), and Dietary Restrictions (optional, dropdown with options: None, Vegetarian, Vegan, Gluten-Free). If dietary restrictions are selected, show a text area for them to input details.