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?
Form Builder / Form Browser Beta
Re: Form Builder / Form Browser Beta
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___
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___
Many modules available from the http://dev.cmsmadesimple.org
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
The CMS Made Simple Developer Cookbook is now available from Packt Publishers!
Re: Form Builder / Form Browser Beta
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?
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?
FormBuilder Developer (former Admin)
FormBrowser Developer and Admin
FormBrowser Developer and Admin
-
- Forum Members
- Posts: 17
- Joined: Thu Oct 18, 2007 3:02 pm
Re: Form Builder / Form Browser Beta
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?
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?
Last edited by RappScallion on Fri Jan 15, 2010 12:04 pm, edited 1 time in total.
-
- New Member
- Posts: 7
- Joined: Fri Dec 28, 2007 8:45 am
Re: Form Builder / Form Browser Beta
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
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
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 !
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 !