• Resolved jesmadsen

    (@jesmadsen)


    How do I map two form fields to same post fields?

    I want to use the form field “name” as the post title and the post slug.
    When I select the same form field it says: Warning: Field already selected!
    And when saved it removes the duplicated one.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Use the option to map to a “Hook with a Filter” (see screenshot #10). You can then copy the helper code to your functions.php file and programmatically return the combined values of the 2 form field submissions you want to map for that post title.

    Thread Starter jesmadsen

    (@jesmadsen)

    Thanks for a quick answer, nice plugin and a perfect solution.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Thanks. Do leave a review when you have a moment to spare.

    If you want to do more advanced mapping, do check out the video tutorials for this plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Map two form fields to same post fields’ is closed to new replies.