Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • digitalrain

    (@digitalrain)

    Derek,

    How did you accomplish this? I am trying to pass the data entered in the first name, last name, email and telephone fields on the mini form at https://dforbesinsuranceagency.com to the longer form on https://dforbesinsuranceagency.com/request-free-insurance-quotes/ but I can’t for the life of me figure out how.

    Any help would be much appreciated.

    Best,

    Cynthia

    Thread Starter digitalrain

    (@digitalrain)

    That’s just it. I didn’t put those paragraph tags in. CF7 is doing that. I didn’t put the line break tags either.

    Thread Starter digitalrain

    (@digitalrain)

    buzztone,

    Actually, it is not rendering per my form structure. The plugin is inserting a <br> before Services and Budget drop downs. It also inserts <p></p> text after them as well.

    Here is the actual rendered HTML for those drop downs:

    <div class="form-row" style="margin-top:32px">
    <div class="form-cell"><label><strong>What services are you interested in?</strong> (select all that apply)</label></div>
    </div>
    <div class="form-row">
    <div class="form-cell"><span class="wpcf7-form-control-wrap menu-722"><br />
    <select name="menu-722[]" class="wpcf7-form-control  wpcf7-select wpcf7-validates-as-required" multiple="multiple">
    <option value="Ecommerce">Ecommerce</option>
    <option value="Ecommerce - Magento">Ecommerce – Magento</option>
    <option value="Ecommerce - OpenCart">Ecommerce – OpenCart</option>
    <option value="Joomla Web Design">Joomla Web Design</option>
    <option value="Joomla Conversion">Joomla Conversion</option>
    <option value="Joomla Template Design">Joomla Template Design</option>
    <option value="Link Building">Link Building</option>
    <option value="Organic SEO">Organic SEO</option>
    <option value="SEO Copywriting">SEO Copywriting</option>
    <option value="Web Design">Web Design</option>
    <option value="Website Redesign">Website Redesign</option>
    <option value="Wordpress Web Design">Wordpress Web Design</option>
    <option value="Wordpress Conversion">Wordpress Conversion</option>
    <option value="Wordpress Theme Design">Wordpress Theme Design</option>
    </select>
    <p></span></div>
    </div>
    <div class="form-row" style="margin-top:32px">
    <div class="form-cell"><label><strong>What is your budget range?</strong> (required)</label></div>
    </div>
    <div class="form-row">
    <div class="form-cell"><span class="wpcf7-form-control-wrap budget"><br />
    <select name="budget" class="wpcf7-form-control  wpcf7-select wpcf7-validates-as-required">
    <option value="Less than $500">Less than $500</option>
    <option value="$501 - $1000">$501 – $1000</option>
    <option value="$1001 - $2500">$1001 – $2500</option>
    <option value="$2501 - $5000">$2501 – $5000</option>
    <option value="$5000 and up">$5000 and up</option>
    </select>
    <p></span></div>
    </div>

    See what I mean?

    Thread Starter digitalrain

    (@digitalrain)

    Takayuki Miyoshi – it isn’t a theme issue. The first thing I did was switch to the default theme to see if that fixed it. It did not.

    Buzztone – my form is at https://digitalrainmakers.com/contact/

    Here is the form structure from the CF7 Form Mgr:

    <div class="form-row">
    <div class="form-cell"><label><strong>Please enter your name:</strong> (required)</label>[text* first-name watermark "First name"]</div>
    <div class="form-cell"><label>&nbsp;</label>[text* last-name watermark "Last name"]</div>
    </div>
    
    <div class="form-row">
    <div class="form-cell"><label><strong>Email Address:</strong> (required)</label>[email* your-email watermark "Your e-mail"]</div>
    <div class="form-cell"><label><strong>Phone Number:</strong> (incl. area code)</label>[text phone watermark "(XXX) XXX-XXXX"]</div>
    </div>
    
    <div class="form-row">
    <div class="form-cell"><label><strong>City:</strong></label>[text city watermark "City"]</div>
    <div class="form-cell"><label><strong>State:</strong></label>[text state watermark "State"]</div>
    </div>
    
    <div class="form-row">
    <div class="form-cell"><label><strong>Are you located in the U.S.?</strong> [radio in-us "Yes" "No"]</label></div>
    </div>
    
    <div class="form-row">
    <div class="form-cell"><label><strong>If you are NOT located in the U.S.</strong> please enter your country below:</label>[text country watermark "Country"]</div>
    </div>
    
    <div class="form-row" style="margin-top:32px">
    <div class="form-cell"><label><strong>Company Name:</strong> (required)</label>[text* company-name watermark "Company name"]</div>
    <div class="form-cell"><label><strong>Business Type:</strong></label>[select business-type "Education" "Entertainment" "Health & Fitness" "Legal" "Medical" "Real Estate" "Retail" "** Other **"]</div>
    </div>
    
    <div class="form-row">
    <div class="form-cell"><label><strong>If "Other" please explain:</strong></label>[text company-other watermark "Other business type"]</div>
    </div>
    
    <div class="form-row" style="margin-top:32px">
    <div class="form-cell"><label><strong>What services are you interested in?</strong> (select all that apply)</label></div>
    </div>
    
    <div class="form-row">
    <div class="form-cell">[select* menu-722 multiple "Ecommerce" "Ecommerce - Magento" "Ecommerce - OpenCart" "Joomla Web Design" "Joomla Conversion" "Joomla Template Design" "Link Building" "Organic SEO" "SEO Copywriting" "Web Design" "Website Redesign" "Wordpress Web Design" "Wordpress Conversion" "Wordpress Theme Design"]</div>
    </div>
    
    <div class="form-row" style="margin-top:32px">
    <div class="form-cell"><label><strong>What is your budget range?</strong> (required)</label></div>
    </div>
    <div class="form-row">
    <div class="form-cell">[select* budget "Less than $500" "$501 - $1000" "$1001 - $2500" "$2501 - $5000" "$5000 and up"]</div>
    </div>
    
    <div class="form-row" style="margin-top:32px">
    <div class="form-cell"><label><strong>Please describe your project:</strong> (required)</label></div>
    </div>
    <div class="form-row">
    <div class="form-cell">[textarea* project-description watermark "Enter project description"]</div>
    </div>
    
    <div class="form-row" style="margin-top:32px">
    <div class="form-cell">[submit id:submit "Send Email"]</div>
    <div class="form-cell"><input type="reset" name="reset" value="Clear Form" /></div>
    </div>
    
    <br clear="both" />

    This issue is driving me bugnuts.

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