Hi Everyone!
I'm having trouble when calling my Gravity Forms shortcode from within a function on a page. I'm not sure why, but the formatting of the form seems to disappear this way.
http://www.flyinstyle.biz/test-quote/
The PHP code I'm using for this is:
<?php echo do_shortcode('[gravityform id="1" name="Free Quotes for Business and First Class Flights" title="true" description="false" ajax="true"]');?>
When copying the same code onto a new page, the however seems to style properly
http://www.flyinstyle.biz/test-quote2/
When adding the same code without the PHP call into a post, the form seems to render the columns.
[gravityform id="1" name="Free Quotes for Business and First Class Flights" title="true" description="false" ajax="true"]
-=-
Also the last three fields in column three seem to have some extra spacing which pushes them to the right. Not sure why, but I'd like to have it removed as well.
Any help would be appreciated! Thanks :-)