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.

Label only entries (or subheadings)

  1. imlily
    Member

    Please view question #11 from this pdf file: http://www.holistichealthbayarea.com/forms/AMQ.pdf

    What's the best way to create question 11 on my form?

    Specifically,

    - How do I make a label only line for "11. Past Medical and Surgical History"?

    - How do I create the two fields for each symptom/medical condition?

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  2. You could use a section break field.

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  3. imlily
    Member

    I just edited my post -- see above.

    I tried using a section break -- Can you tell me what to add to my style.css so the font-size is 13, instead of 17.

    Here's the form I'm working on (see #11 on the second page): http://goo.gl/AupzT

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  4. Try dropping this into your theme's stylesheet:

    [css]
    body .gform_wrapper h2.gsection_title {
    font-size: 13px;
    }
    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  5. imlily
    Member

    Ok, thanks for the font answer.

    Now regarding the symptoms section of question 11 of my questionnaire, the List option seems to be a good one to use, however, how do I make a row with labels only?

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  6. Im not sure I follow what you are trying to do there, do you have a visual example or can you provide more details?

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  7. imlily
    Member

    Please see question #11 from this pdf file: http://www.holistichealthbayarea.com/forms/AMQ.pdf

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink
  8. I think your best bet here would to simply use paragraph fields for each symptom. This will allow them to place the when and comments in the field and will be easier for you to identify in the entries as well, as to what goes with what.

    Or you can list all of these as one big checkbox field and if they click on the symptoms they have, you could conditionally show fields that will allow them to insert the appropriate information for that symptom.

    Posted 11 years ago on Wednesday August 29, 2012 | Permalink