PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Fill In the Blank Fields (Paragraph Layout)

  1. tts
    Member

    I'd like to create a form that takes on the layout of a paragraph where a user can simply fill-in-the-blanks. It would look something like:

    My name is [text field] and I work for [text field]. I'm interested in your services and can be contacted via email at [text field] or phone at [text field].

    [Submit]

    Is this at all possible with the WP plugin?

    Posted 13 years ago on Monday May 16, 2011 | Permalink
  2. Yep, you're talking about a madlib style form. You can do that with a little bit of work. Here's an example to get you started.

    http://www.rocketgenius.com/gravity-forms-mad-lib-style-form-demo/

    Posted 13 years ago on Monday May 16, 2011 | Permalink
  3. tts
    Member

    Thanks for the link -- that's exactly what I needed. Did you just put that custom CSS in the GF forms.css file?

    Posted 13 years ago on Monday May 16, 2011 | Permalink
  4. Nope. You never want to edit the forms.css file directly. That gets overwritten when the plugin updates and any changes you've made there will get wiped out. You want to add any custom CSS rules to the very end of your THEME stylesheet. That way the plugin updates won't change any custom CSS work you've done.

    Posted 13 years ago on Monday May 16, 2011 | Permalink
  5. bridalpr
    Member

    So we just add the CSS to the theme stylesheet and it should look exactly the same? great!

    Posted 12 years ago on Friday March 9, 2012 | Permalink
  6. bridalpr
    Member

    I tried it, but got lost, If i were to hire a developer. how long should it take them to do this?

    Posted 12 years ago on Friday March 9, 2012 | Permalink
  7. No, there's no guarantee that the form would look exactly the same as the example.. your theme may be completely different and your form may inherit other properties from the theme itself that you would need to adjust for.

    As far as how long it should take, well, that all depends on several factors. How complex is your form? How is your theme CSS structured -- does your form inherit a lot of weird properties from the theme that need to be overwritten? How experienced is your developer?

    I would say to allow 4 hours minimum dev time if you want to make sure it's done properly and works in all the latest browsers. If it's a complex form, then maybe double that time. Again, it's hard to say and your developer will have to review your form and quote it accordingly.

    Best of luck with it.

    Posted 12 years ago on Friday March 9, 2012 | Permalink