Receiving warning and error messages messages when using php

Our Rotary club has a joint project with a local boy scout troop and my Rotary club. Our website is a fudraiser for the boy scouts and our Rotary club. We’ve used our website for four years without any problems until now. All of a sudden I’m having trouble with our website at www.pinecreekflags.com Click on Contact and slide down to Joining Rotary Club, then click on that. You’ll see a form. Whether you complete the form or not, you’ll get the error messages when you click on Send Information.
If you can help with this problem, I’ll be glad to send you the script for www.pinecreekflags.com/contact-rotarian-questions.htm and for dynaform.php.
Any help will be appreciated.
Werner

For those that don’t want to go through the trouble, here are the error messages:

Warning: array_keys() expects parameter 1 to be array, null given in /home/content/p/i/n/pinecreekflags/html/dynaform.php on line 274

Warning: array_values() expects parameter 1 to be array, null given in /home/content/p/i/n/pinecreekflags/html/dynaform.php on line 275

DynaForm Error - Missing Field
Your form located at does not work because you forgot to include the required “rec_mailto” field within the form. This field specifies who the email will be sent to.

This should look like:

If you are still confused, please refer to the readme.txt for more information and examples.

DynaForm Error - Missing Field
Your form located at does not work because you forgot to include the required “rec_subject” field within the form. This field specifies the subject of the email that will be sent.

This should look like:

If you are still confused, please refer to the readme.txt for more information and examples.

DynaForm Error - Missing Field
Your form located at does not work because you forgot to include the required “rec_thanks” field within the form. This field specifies what page the user will be taken to after they submit the form.

This should look like:

If you are still confused, please refer to the readme.txt for more information and examples.

The error messages are pretty self exclamatory though, its telling you want you need to add to your code. Your host, or whoever provided the form script must have updated it to require the fields listed above.

Sponsor our Newsletter | Privacy Policy | Terms of Service