Add Single Name form to PHP & Position Input Fields Side by Side
-
WordPress version: 3.6.1
Plugin Name and version: Easy Sign Up 3.1.3I did this:
Added<?php echo do_shortcode ('[easy_sign_up fnln='0']'); ?>to my site’s footer.php file to add the form to a Call-To-Action bar on my siteI expected the plugin to do this:
Generate the form as it does with the php shortcode without fnln’0′Instead it did this:
Spit out a syntax error for the line in footer.php where the code was placedFurthermore I would like to position the fields side by side in a horizontal position instead of vertical so it’d be…
|Name| |Email| |Sign Up|
The topic ‘Add Single Name form to PHP & Position Input Fields Side by Side’ is closed to new replies.