Record values of a Custom HTML Table

Home Forums Quform WordPress Record values of a Custom HTML Table

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7554
    iuconnect
    Participant

    Hi Everyone,

    I love this plugin, but I am struggling a bit. I am creating a form on the following website:

    http://www.iu-connect.com/form

    The majority of the form is done via custom HTML, and the values of the two grids are not being sent to the database. How can I make this happen? I want to be able to send an auto reply email with the values in the grids to the user.

    Honestly, I am not good with HTML, so I just copied and pasted the HTML values from a google form and made the two grids.The code for the second gride (the seven columns of 3 items each) is as following:

    レッスン希望地域<br>
    <ul class=”ss-choices” role=”group” aria-label=”レッスン希望地域 “><div style=”float: left; width:100px;” ><li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”足立区” id=”group_925163038_1″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>足立区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”荒川区” id=”group_925163038_2″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>荒川区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”文京区” id=”group_925163038_3″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>文京区</span>
    </label> </div>
    <div style=”float: left; width:100px;” ><li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”中央区” id=”group_925163038_4″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>中央区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”江戸川区” id=”group_925163038_5″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>江戸川区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”板橋区” id=”group_925163038_6″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>板橋区</span>
    </label> </div>

    <div style=”float: left; width:100px;” ><li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”葛飾区” id=”group_925163038_7″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>葛飾区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”江東区” id=”group_925163038_8″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>江東区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”目黒区” id=”group_925163038_9″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>目黒区</span>
    </label></div>

    <div style=”float: left; width:100px;” ><li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”港区” id=”group_925163038_10″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>港区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”中野区” id=”group_925163038_11″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>中野区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”練馬区” id=”group_925163038_12″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>練馬区</span>
    </label></div>

    <div style=”float: left; width:100px;” ><li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”大田区” id=”group_925163038_13″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>大田区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”世田谷区” id=”group_925163038_14″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>世田谷区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”渋谷区” id=”group_925163038_15″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>渋谷区</span>
    </label></div>

    <div style=”float: left; width:100px;” ><li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”品川区” id=”group_925163038_16″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>品川区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”新宿区” id=”group_925163038_17″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>新宿区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”杉並区” id=”group_925163038_18″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>杉並区</span>
    </label></div>

    <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”墨田区” id=”group_925163038_19″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>墨田区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”台東区” id=”group_925163038_20″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>台東区</span>
    </label> <li class=”ss-choice-item”><label><span class=”ss-choice-item-control goog-inline-block”><input type=”checkbox” name=”entry.925163038″ value=”豊島区” id=”group_925163038_21″ role=”checkbox” class=”ss-q-checkbox”></span>
    <span class=”ss-choice-label”>豊島区</span>
    </label>

    #7604
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy