I am using the following method of inserting a form on one of my pages:
<?php if (function_exists(‘iphorm’)) echo iphorm(1, ‘my_parameter=Banana&my_parameter2=Apple’); ?>
When I use this method the form displays with a large amount of white space above it causing a large gap between it and the previous html element on my page.
When I use a shortcode it does not.
Also, the message that shows after a successful submission stays on the screen and does not disappear no matter what timeout I use. If I use the shortcode to embed the form it does.