DrupalBin
Submit Code
About
Recent Posts
css path
48 min 5 sec
ago
Fix for Code
4 hours 47 min
ago
Fix for Code
4 hours 53 min
ago
Fix for Code
5 hours 1 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Fix for form submission
View
Download
Fix
This fix will not be saved to the database until you submit.
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Source code:
*
<form action="/anshu/drupal/op/?q=user/1/persona" accept-charset="UTF-8" method="post" id="openid-ax-persona-form"> <div><div class="form-item" id="edit-1-wrapper"> <label for="edit-1">http://openid.net/schema/namePerson/prefix: </label> <input type="text" maxlength="100" name="1" id="edit-1" size="25" value="" class="form-text" /> </div> ... </form> ANOTHER PART function openid_ax_persona_form_submit(&$form, $form_state) { echo $form_state['values']['1']; exit; } o/p == blank when am doing foreach $form_state echo o/p storage= submitted=1 values=Array 1= 2= 3= 4= ... 62= 63= 64= op=Submit submit=Submit form_build_id=form-86e5f536d00ebb3c8709c3baef28d4a7 form_token=fe7a6a63e399b7c105252dcf18f91016 form_id=openid_ax_persona_form clicked_button=Array #type=submit #value=Submit #post=Array 1=I put in value in this 2= 3= 4= 5= ... 63= 64= op=Submit form_build_id=form-5643962aa6d78888dd88da36e3b7c945 form_token=fe7a6a63e399b7c105252dcf18f91016 form_id=openid_ax_persona_form #programmed= #tree= #parents=Array 0=submit #array_parents=Array 0=submit #weight=0.064 #processed= #description= #attributes=Array #required= #input=1 #name=op #button_type=submit #executes_submit_callback=1 #process=Array 0=form_expand_ahah #id=edit-submit redirect=
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal
Drupal 5
Drupal 6
HTML
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.