I'm trying to upload the version 3 form to my site as part of a contact us page that has been created in the style of the rest of my site. I can upload a 2.09 version from the hosting company by Fantastico, but am getting a bit lost as to how to integrate the forms CSS and code in to my own CSS and code.
Any guides as to what needs done?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are no guides to customizing this free software. The changes you are suggesting don't seem terribly difficult. I have been successful in 3 methods of incorporating CSS code.
1. Add the CSS code to an existing CSS file
2. Create a separate CSS file and include it using the standard style sheet source statement.
3. Add the CSS code as a standard style section at the top of the HTML.
I have also added many forms to existing HTML pages. This is a very basic modification of an existing HTML file but in version 3 you also have to add in the required javascript. Again not terribly difficult.
If you are really stumped, send me a copy of your files and I will make the changes for you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the help. I'd managed a rough version of what you have said just after I posted my query, but I'll go back and refine it some more now.
Can I add multiple email addresses to the processor.php code as I am looking to send a note off to three addresses advising when the form has been filled in. I've seen this done elsewhere using a comma or semi-colon to separate the email addresses.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to upload the version 3 form to my site as part of a contact us page that has been created in the style of the rest of my site. I can upload a 2.09 version from the hosting company by Fantastico, but am getting a bit lost as to how to integrate the forms CSS and code in to my own CSS and code.
Any guides as to what needs done?
Thanks
There are no guides to customizing this free software. The changes you are suggesting don't seem terribly difficult. I have been successful in 3 methods of incorporating CSS code.
1. Add the CSS code to an existing CSS file
2. Create a separate CSS file and include it using the standard style sheet source statement.
3. Add the CSS code as a standard style section at the top of the HTML.
I have also added many forms to existing HTML pages. This is a very basic modification of an existing HTML file but in version 3 you also have to add in the required javascript. Again not terribly difficult.
If you are really stumped, send me a copy of your files and I will make the changes for you.
Thanks for the help. I'd managed a rough version of what you have said just after I posted my query, but I'll go back and refine it some more now.
Can I add multiple email addresses to the processor.php code as I am looking to send a note off to three addresses advising when the form has been filled in. I've seen this done elsewhere using a comma or semi-colon to separate the email addresses.