• Hi,
    I am not sure I get this all correctly (my php knowledge it quite limited) … so I better ask
    WOuld this plugin help me post the data also to Drupal?
    Thing is I have a Drupal database table where the submission results of a Drupal form are fetched. I also have a wordpress form with similar fields and would like the WP leads to be also posted to that initial Drupal database.
    Is this possible?
    And how do I get that URL in Drupal to which the WP form should be posting the data? I do not have/see smth. like that …

    Thanks a lot!

    https://wordpress.org/plugins/forms-3rdparty-integration/

Viewing 1 replies (of 1 total)
  • Plugin Author zaus

    (@zaus)

    If I remember correctly, most recent Drupal forms (depends on the version) have essentially the same originator validation as wp_nonce, so you probably wouldn’t be able to ‘spoof’ a post using this plugin.

    You can always try; it’s probably possible to disable that validation in the form admin. The easy way to get the form action URL is to create the Drupal form, then right-click and ‘view source’ (CTRL+U Chrome/FF) or ‘inspect element’ to find the <form tag and look for the action attribute. Then copy the THENAME out of each <input name='THENAME'... as the 3rdparty mapping field name.

Viewing 1 replies (of 1 total)
  • The topic ‘Post to Drupal?’ is closed to new replies.