Support » Plugin: Form to Post » Concatenate form fields?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    The plugin does not have support for this but you could do it by adding Javascript to the form.

    – Make a hidden field “post_title”
    – Hook in a Javascript or jQuery function to the form submission click
    – In the Javascript, grab the values from other fields of the form and set the hidden post_title field with them.

    Hello Michael, i need to add an additional field to the post_content! I have looked at some of the other support requests and seen a sample of the java script you used in making it work!

    I have tried it but it doesnt work, So can you please show how i can add another field to the post_content?

    Thanks

    Plugin Author Michael Simpson

    (@msimpson)

    Point me to the sample javascript to which you are referring.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Concatenate form fields?’ is closed to new replies.