• I am having an issue entering the code for a form with 1st Shopping Cart/Web Marketing Magic onto a WordPress page. It doesn’t happen all the time but the following code generated by the system has a missing submit button on the web page so people cannot submit their entries. Web page is http://www.alignedandthriving.com/relationships/

    <p style="text-align: left;"><span style="color: #339966;"><input id="merchantid" maxlength="2147483647" name="merchantid" size="20" type="hidden" value="115697" /> <input id="ARThankyouURL" maxlength="2147483647" name="ARThankyouURL" size="20" type="hidden" value="http://www.alignedandthriving.com/thank-you/" /> <input id="copyarresponse" maxlength="2147483647" name="copyarresponse" size="20" type="hidden" value="1" /> <input id="custom" maxlength="2147483647" name="custom" size="20" type="hidden" value="1" /> <input id="defaultar" maxlength="2147483647" name="defaultar" size="20" type="hidden" value="407121" /> <input id="allowmulti" maxlength="2147483647" name="allowmulti" size="20" type="hidden" value="0" /> <input id="visiblefields" maxlength="2147483647" name="visiblefields" size="20" type="hidden" value="Name,Email1" /> <input id="requiredfields" maxlength="2147483647" name="requiredfields" size="20" type="hidden" value="Name,Email1" />
    
    <p style="text-align: center;">
    <table border="0">
    <tbody>
    <tr>
    <td>Name</td>
    <td><input maxlength="2147483647" name="Name" size="40" type="text" /></td>
    </tr>
    <tr>
    <td>Email</td>
    <td><input maxlength="2147483647" name="Email1" size="40" type="text" /></td>
    </tr>
    <tr align="center">
    <td colspan="2">What question would you like answered on the call?</td>
    </tr>
    <tr align="center">
    <td colspan="2"><input maxlength="2147483647" name="fieldname10" size="20" type="hidden" value="What question would you like answered on the call?" /> <input maxlength="2147483647" name="required10" size="20" type="hidden" /> <textarea cols="60" rows="4" name="field10"></textarea></td>
    </tr>
    </tbody></table>
    </span>
    
    </span>

    I have asked the company and they said they are aware of the problem but I need to take it up with WordPress. Any ideas?

  • The topic ‘Forms issue with 1st Shopping Cart/Web Marketing Magic’ is closed to new replies.