-
Closed
-
Hi
I would like to add small form within lightbox, to avoid code conflicting I ask your help.
Scenario is below.
1. User click text hyper link
2. Then open small lightbox for form for 3rd party
3. form tags are;
<!-- Powered by Newsletter.com.au -->
<form action="http://harbourkitchen.newsletter.com.au/system/public/subscribe/" method="post" name="form" id="form" onsubmit="">
<input type="hidden" name="form_id" value="NDUxNQ%3D%3D" />
<input type="text" name="email" value="" style="display: none;" />
<input type="hidden" name="member_id" value="ODM5MzU%3D" />
<div class="element-container"> <label class="element" for="custom_field_29">Full Name:</label>
<input type="text" class="textbox" name="custom_fields[29]" id="custom_field_29" />
</div><div class="element-container"> <label class="element" for="custom_field_1">Email:</label>
<input type="text" class="textbox" name="custom_fields[1]" id="custom_field_1" />
</div><div class="element-container"> <label class="element" for="custom_field_5">Mobile:</label>
<input type="text" class="textbox" name="custom_fields[5]" id="custom_field_5" />
</div> <input type="submit" name="submit_form" value="Submit" class="submit" />
</form>4. Once form is submitted then “Print message to user” and close light box.
I really ask your small help for this, thank you very much.
The topic How to open lightbox for small form? is closed to new replies