a b c d e f g h
8 7 6 5 4 3 2 1
a b c d e f g h
8 7 6 5 4 3 2 1

Gravity Forms Shortcode Best

A form that hides the title/description and uses AJAX.

AJAX allows the form to be submitted without the entire page refreshing. This is essential for a modern user experience. ajax="true" Example: [gravityform id="1" ajax="true"] 3. Field Values (Dynamic Population) gravity forms shortcode

<?php gravity_form( $id, $display_title, $display_description, $display_inactive, $field_values, $ajax, $tabindex ); ?> A form that hides the title/description and uses AJAX