Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
authorizenetwebform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
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
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
are listed for easy mapping. Custom fields must be entered into the "Administer" ->
"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