steelcqg21says
How do I check to see if a checkbox has been checked? Even when the box is empty the variable comes back as set?
Thanks,
steelcqg21says
How do I check to see if a checkbox has been checked? Even when the box is empty the variable comes back as set?
Thanks,
steelcqg21says
public function GetInputValue(){
return $this->attr_values['value'];
} public function GetInputValue(){
if ($this->default == true){
return $this->attr_values['value'];}
else{
return '';
}
}
This seems to solve my problem but there may be a more elegant way of coding that statement.
Thanks for this great program. It has saved me a lot of time.
metramansays
I am really interested in buying this item. I am working a site were I need to add more form questions. How difficult is it to add additional questions.
Thanks
rpbproductionssays
Hi, I have paid for a copy of your form, no i know nothing or very little about PHP , So i have created a form that i want, Clicked on get sorce , Done, so what do i do from here, as your Documentation seems very good, i need you to spell it out, for us dummies.
1. How do i setup the Form so i can send it to my email. 2. do i have to copy and past into a webpage editor to make the changes.
Thanks rob.
diamondkilosays
Just like- rpbproductions i bought this project and am php clueless- I love example2. i just want to use that exact form with email validation to avoid spam- for my site… what do i need to do in order to get it to work i uploaded the complete directory and i navigate to the example2 folder and fill it in- says succes but it doesnt post to the csv file- Please help..
rpbproductionssays
I see this person is very slow at a at response, or offering any help, if any one else can help.
shendrewsays
Hi Sitebase,
Script looks good. Couple of quick questions. 1. Does it stop spammers? Code injection?
I think we need some sort of a capcha.
2. So this script designs the forms, what abt the php code that actually sends/mails me the data? Does it get generated as well?
Thanks in advance!
For the moment there is no capcha.
The processing of the data must be written by you. But in case of a mail form you only need to add one line of code. You can look at the contact form example that I included with this script to see how you can do this.
I created it this way so you can use the generated forms for all sorts of purposes you want and not just for contact forms.
yuumeesays
If your interested in how to integrate p.e Zend_ReCaptcha send me a mail via Profile. Its quite a job 
hiimeriksays
Hi Sitebase,
I purchased your file to learn a little something about forms. Trouble is I do not have a form handler, well I do have a few but I don’t think they are the best.
Would you be able to give me a little idea of how to integrate your composer and form library with a handler?
I get the output code and I’m not sure what to do with it next.
Thanks!
dexterlanesays
Sorry to ask such a basic question, but…
I’m hosted by GoDaddy.
I renamed the easy-forms-source folder to Forms Uploaded it Couldn’t find it.
Then I opened the folder and uploaded the folders Composer, Examples and lib.
Can’t find them.
When I tried to get the Composer folder I get the Error Message: Parse error: parse error, unexpected T_CLASS in /home/content/w/e/e/weegeeX2/html/lib/Element.php on line 9
Same thing with Composer/index.php
I think I’m missing something very basic.
What is it?
Thanks. Dexter PS When I get this going, I’m coming back for your DropMenu
dexterlanesays
FORGOT TO CHECK EMAIL BOX ON BOTTOM ON LAST POST
Sorry to ask such a basic question, but…
I’m hosted by GoDaddy.
I renamed the easy-forms-source folder to Forms Uploaded it Couldn’t find it.
Then I opened the folder and uploaded the folders Composer, Examples and lib.
Can’t find them.
When I tried to get the Composer folder I get the Error Message: Parse error: parse error, unexpected T_CLASS in /home/content/w/e/e/weegeeX2/html/lib/Element.php on line 9
Same thing with Composer/index.php
I think I’m missing something very basic.
What is it?
Thanks. Dexter PS When I get this going, I’m coming back for your DropMenu
72comments