Viewing 7 replies - 1 through 7 (of 7 total)
  • Can I import the form html?

    Import of the form to Contact Form 7 in html is not possible, however depending on the form elements you have on your Joomla form you may be able to replicate it using Contact Form 7 tags

    Thread Starter scott1137

    (@scott1137)

    Thanks, davmerit!

    Playing around I pasted the code into a new form area. The individual form fields looked okay but are stacked vertically, one field on top of the other.

    I’ll need to play some more to see if I can do something in HTML to keep this from happening.

    Great! You may ask for help when needed. If you include your form link and form tags, members of the forum can assist you.

    Thread Starter scott1137

    (@scott1137)

    Here’s a portion of the form code:
    `<p>
    <label>Client’s name:
    <input name=”Clients_name” type=”text” id=”clients_name” size=”30″ maxlength=”50″ />
    </label>
    <label>
    Street address:
    <input name=”Street_address” type=”text” id=”address” size=”40″ maxlength=”60″ />
    </label>
    <label>City:
    <input name=”City” type=”text” id=”city” size=”10″ maxlength=”25″ />
    </label>
    <label>State:
    <input name=”State” type=”text” id=”state” size=”4″ maxlength=”3″ />
    </label>
    <label>Zip:
    <input name=”Zip” type=”text” id=”zip” size=”5″ maxlength=”15″ />

    </label>
    <label>Home Phone:
    <input name=”hphone” type=”text” id=”hphone” size=”15″ maxlength=”15″ />
    </label>
    <label>Cell Phone:
    <input name=”cphone” type=”text” id=”cphone” size=”15″ maxlength=”15″ />
    </label>
    <label>SS#:
    <input name=”Social_Security_Number” type=”text” id=”socialsecuritynumber” size=”12″ maxlength=”12″ />
    </label>
    </p>’

    link: test form

    Edited
    Note: this is not the site where this form will end up. On the other site, still being developed, the fields line up as shown in link but do not extend width of page.

    Thread Starter scott1137

    (@scott1137)

    Follow up…
    I can use fieldsets
    Example
    and
    here

    I cannot see Contact Form 7 tags in your form code. You may see getting started with Contact Form 7

    I can use fieldsets

    ​​Yes, you ca use fieldsets for your form.

    See Styling Contact Form for a general explanation of styling CF7 forms using CSS.

    There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.

    You may aslo use CF7 Skins to style your form. Its styling is based on fieldsets and legend.

    Thread Starter scott1137

    (@scott1137)

    I tried pasting the HTML from the form I made in Joomla.

    I’ll study the materials you pointed out.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Can I import form html?’ is closed to new replies.