Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter grooverfw123

    (@grooverfw123)

    Any additional fields you add to your form should show up as custom fields in the post that gets created when the form is submitted.

    If you can’t see these in the WordPress admin, when editing the post, lower down the page, you may need to click the ‘screen options’ button in the top right and then tick the ‘custom fields’ option.

    These custom fields can be displayed on the front end of your site by outputting them within the loop in your templates. Hope that helps.

    Thread Starter grooverfw123

    (@grooverfw123)

    I think I got this solved.

    To get the files to upload (and then subsequently show in the media library for the post) I needed to use:

    form_layout=”post_media”

    rather than:

    form_layout=”post”

    I’m wondering if there is a reason to use the latter option in some cases given that post_media creates a post and includes the files too?

    I’m sure this has been asked elsewhere but is there any guidance on how to automatically add the uploaded file into the post rather than just in the media library?

    Again, great plugin, glad I put the time into learning a bit more about it.

Viewing 2 replies - 1 through 2 (of 2 total)