Page 2 of 2
Re: Form Builder / Form Browser Beta
Posted: Tue Dec 29, 2009 1:05 pm
by Fobin
I had little problem with the new version. I'm directin the form data to UDT. In my current UDT I call the form fields by their name like this:
$campaignid = $params['campaignid'];
In this beta version this seems to get broken. I tried using the $params['FORM'] setting but accessing this value like this didn't work:
$form = $params['FORM'];
$campaingid = $form->campaingid;
How should I do this in the new version?
Re: Form Builder / Form Browser Beta
Posted: Tue Dec 29, 2009 5:50 pm
by sjg
That should work, but it looks like I introduced a bug.
It now works on the field alias / DOM ID, the field name, or the field ID (fld_XX). It's fixed in svn, and should work in today's release.
Thanks,
___Samuel___
Re: Form Builder / Form Browser Beta
Posted: Thu Jan 14, 2010 9:11 am
by RytoEX
Any word on the possibility of new documentation for FormBrowser at the Wiki? For example, where does FormBrowser look for its specified CSS class? Related, where in the HTML output does it specify the CSS information?
Out of curiosity, why does FormBuilder 0.5.5 have a "FormBrowser Storage (*Store Results for FormBrowser Module v.3)" disposition if FormBrowser 0.3 requires FormBuilder 0.6? Just thinking ahead?
Re: Form Builder / Form Browser Beta
Posted: Thu Jan 14, 2010 6:56 pm
by RappScallion
Hi sjg,
I tried and searched but I can't find or find out how to create a php error log.
But my english is not superb and I don't really understand how to enable or what "Database Disposition" means.
So maybe that's the problem... How do I enable that disposition in a formbuilder template?
Re: Form Builder / Form Browser Beta
Posted: Wed Feb 03, 2010 3:19 pm
by espectations
Hello,
If someone could please assist I will highly appreciate:
I installed formbuilder 6 on my site (CMS 1.6.6)
Form set up and followed instructions but 3 things does not seem to work:
1) Data is not written to flat file 777 permission granted
2) When form submit is clicked it does not redirect to the page I specified.
3) My test email from CMS arrive so I know that the setup is correct but when I
submit the form, the email does not arrive.
Could anybody please advise what I am doing wrong?
Must we combine Form buil with Form browser data in order for form builder to work?
Thanks
Marinda
Re: Form Builder / Form Browser Beta
Posted: Fri Jul 29, 2011 9:44 am
by noosphere
Hi Samuel !
First of all thank you for your powerful modules
I found an old UDT to access every form field from other forms...but it seems broken now to me.
Can you provide any hint or help to achieve this ?
Thank you again,
have a nice day !