Support » Plugin: Fast Secure Contact Form » Post from Email

  • Hi there, first of all congrats for this amazing plugin, I’ve been using it for a while and its very helpful. Now I want to use it to create posts to WP.

    WP has the feature to create posts from an email, to do this with the plugin, I need to be able to:
    – Remove labels from the email sent by the form
    – Add hidden html or text to the email (not displayed in the site), this would be to add specific parameters to the post.

    A sample email would be:

    This is a GREAT post!
    
    --Hidden objects only shown in email (later in WP post)
    [status private]
    
    [tags reviews, android]
    
    [category Reviews]

    Is there a way to do this?

    http://wordpress.org/plugins/si-contact-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is a do action hook ‘fsctf_mail_sent’ for adding your own custom action for after the email is sent. This applies to the WordPress version only. This function is used by the WordPress plugin “Contact Form DB” to save the email to a database.

    You can use the action hook to perform a custom action, like send a SMS email message, save data to the database, etc.

    Note: you have to put your own custom code in the function, or make your own plugin.

    http://www.fastsecurecontactform.com/do-action-hook-for-mail-sent

    Thread Starter androidki

    (@androidki)

    This is very helpful, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post from Email’ is closed to new replies.