can you submit variable to a database in a from verification function?

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


8 points

I have a script that submits values from a form to itself. It is processed on the server side and requires alterations to certain database information. after it has inserted the new information to the database I then want to submit the form to a third party and have the user who submitted the form go to that third party. Basically I want to database information on my server and submit the posts to another. Has anyone done this before with the 6.x forms api?

Thanks for any help,

Mike



-4 points

You can do that from the forms submit function, details depend on the API/services provided by the third party.

nevets

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.