Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    You can do this via the new Shortcode AddOn http://postieplugin.com/downloads/postie-shortcodes-addon/

    Thread Starter krizzel

    (@krizzel)

    perfect, before I purchase the addon, can you please clarify how the setup would work. For example:

    – I have 2 custom fields custom_a & custom_b that I display when writing a post and manually fill with content for every post

    – I want to submit posts by email using your plugin and populate those 2 fields just as I would do when filling them manually while writing the post in the wordpress editior

    How would I implement this with your plugin?

    Thanks a lot!!

    Plugin Author Wayne Allen

    (@wayneallen-1)

    It is pretty simple:

    Here is the content of my post.
    [pcustom name=custom_a value="value a"]
    [pcustom name=custom_b value="value b"]

    Thread Starter krizzel

    (@krizzel)

    ok, looks easy enough, where do you define [pcustom] though, or is that a predefined shortcode?

    Thread Starter krizzel

    (@krizzel)

    ah found it in your description page, its predefined, thanks! How about toggle / yes/no fields?

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Depends on how your theme works. One of these options should work.

    [pcustom name=custom_a value=true]
    [pcustom name=custom_a value=1]
    [pcustom name=custom_a value="yes"]

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

The topic ‘Custom Field Population via email?’ is closed to new replies.