Reputation: 179
This shortcode will display the gravity form in my wordpress page
[gravityform id="1"]
This form has 3 fields and on submit button. I want to get shortcode for separate fields so that I can display them in different positions according to my need. Is there any possible way?
Upvotes: 0
Views: 455
Reputation: 943
You can position the fields by drop&drag when you're building the form. Just click and drag the field up and down to your desired location.
You can find more help about shortcodes for gravity forms on their site: Gravity Forms shortcodes
Upvotes: 0