Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
authorizenetwebform
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
authorizenetwebform
Commits
355f0401
Commit
355f0401
authored
Dec 09, 2012
by
Obsidian Design
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates INSTALL.txt to reflect changes for Webform 3.x support.
parent
99479087
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
INSTALL.txt
INSTALL.txt
+0
-17
No files found.
INSTALL.txt
View file @
355f0401
...
@@ -31,23 +31,6 @@ Installation
...
@@ -31,23 +31,6 @@ Installation
4. Create or edit a webform that you would like to have users submit a payment for.
4. Create or edit a webform that you would like to have users submit a payment for.
Under 'Webform Advanced Settings', add the following code for 'Additional Validation', with
the leading space removed before the <?php line:
<?php
require_once(drupal_get_path('module', 'authorizenetwebform') . '/authorizenetwebform.module');
$form_state = authorizenetwebform_process("validate", $node, $form_id, $form_state);
?>
Then, in the 'Additional Processing' box, add the following code, again removing the leading
space removed before the <?php line:
<?php
require_once(drupal_get_path('module', 'authorizenetwebform') . '/authorizenetwebform.module');
$form_state = authorizenetwebform_process("submit", $node, $form_id, $form_state);
?>
For each component added, you may select a Authorize.Net field to map to. The required fields
For each component added, you may select a Authorize.Net field to map to. The required fields
are listed for easy mapping. Custom fields must be entered into the "Administer" ->
are listed for easy mapping. Custom fields must be entered into the "Administer" ->
"Site Configuration" -> "Authorize.Net Payment Webform" screen.
"Site Configuration" -> "Authorize.Net Payment Webform" screen.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment