Custom form not showing the plugin
-
I installed and activated the plugin.
Added the indicated properly php line into a div tag in my html form, but when I go to the page the tag is empty.PS. As I do not have verification yet for this form, so I had not added that part anyplace.
What could be happening?
Below you can find the URL and the form code part when I added the plugin code:URL: https://www.immiflex.com/uk/wp-content/themes/greyzed/immiworld-uk-box-content-https.php
<div><input type="checkbox" id="newsletter-IW" name="newsletter-IW" value="Yes" checked="checked" /><label class="newsletter_immiworld">Send me news from ImmiFlex.com</label></div> <p class="prefered-language"><label>Preferred language:</label> <select name="news-language"> <option value="English">English</option> </select> </p> <div><?php if( function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom(); } ?></div> <div id="immiworld-send"><input type="submit" id="send-IW" name="send-IW" value="" /></div> </form>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom form not showing the plugin’ is closed to new replies.