• Resolved bangrobe

    (@bangrobe)


    I build a form to submit new post to custom post type. Everything went well, but the default form is too simple. I can write some css to make it better. But don’t know how to change the layout. I just need some input fields stand on the same row.

    I know there are gravity forms which integrated with pods, but since I don’t want to use that premium plugin for such simple task, so are there any options to customize pods form?

    Thanks.

    • This topic was modified 3 months, 2 weeks ago by bangrobe.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Scott Kingsley Clark

    (@sc0ttkclark)

    The Pods Form shortcode and block uses our form() method (https://docs.pods.io/code/pods/form/) and it supports an output type option. You can choose from div (default), p, ul, or table.

    From there you can use custom css rules to override display. The easiest one for you to customize may be the div output option.

    For those who are looking for totally customizing their whole form, you can build your own form fields with your own markup. You can handle form processing through a save() call: https://docs.pods.io/code/pods/save/

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.