[TYPO3-project-formidable] extension using formidable

Fernando Romay fromay at igalia.com
Wed Jul 26 13:10:02 CEST 2006


Looking at the debug output i'm always getting a partial submit and
empty form data

what could be causing this ?

debug call stack:

------------------------ begin of call stack --------------------------
#1 - INITIALIZATION OF FORMIDABLE
Location : /typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php:132
Total exec. time : 0.009 sec
User called FORMidable

• In :
     /var/www/fromay/hurs_web/typo3conf/ext/fr_formplugin/pi1/class.tx_frformplugin_pi1.php:88
• At :
     tx_ameosformidable->init
• With args: 
     
0
Object id #14

1
/var/www/fromay/hurs_web/typo3conf/ext/fr_formplugin/pi1/forms//form050.xml

2






#2 - RAW POST RETURN
Location : /typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php:642
Total exec. time : 0.02 sec
EMPTY!

________________________________________________________________________


#3 - _getFormData
Location : /typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php:643
Total exec. time : 0.021 sec
name


surname


add_street


add_city


add_pc


btnsubmit



________________________________________________________________________


#4 - _getFormDataManaged
Location : /typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php:644
Total exec. time : 0.021 sec
name


surname


add_street


add_city


add_pc





#5 - PARTIAL SUBMIT
Location : /typo3conf/ext/ameos_formidable/api/class.tx_ameosformidable.php:657
Total exec. time : 0.022 sec
No validation required

----------------------- End of call stack -------------------

and the form is sending the data:


FORMidable t3lib_div::_POST()

tx_frformplugin_pi1_file
name
asd

surname
fd

add_street
asfd

add_city
fdg

add_pc
4

btnsubmit
Submit




More information about the TYPO3-project-formidable mailing list