Page 1 of 1
how do I alter the feedback form?
Posted: Fri Jun 16, 2006 1:57 pm
by beeswax
Hi,
the feedback form is almost perfect for what I need, but I'd like to alter the input boxes slightly and the text above them. where do I find the code to do this?
Re: how do I alter the feedback form?
Posted: Fri Jun 16, 2006 2:43 pm
by cyberman
Are you mean FeedbackForm module or contact_form tag ?
Re: how do I alter the feedback form?
Posted: Fri Jun 16, 2006 3:49 pm
by beeswax
I was actually talking of the contact_form tag because I didn't know the FeedBack form module existed. I have tried copying the Module to the modules folder on my server but I couldn't install it (version 0.1.92). In Admin I went to Extensions>Modules, the module appears in the list but there's no install option, and I get the message Missing Dependency. I tried a couple of other modules just to see if I could isolate the problem, but I get the same missing Dependency message.
thanks once again
Re: how do I alter the feedback form?
Posted: Fri Jun 16, 2006 4:25 pm
by cyberman
beeswax wrote:
I was actually talking of the contact_form tag
Please open file plugins/function.contact_form.php, go to line 65 - there you will found the stylesheets.
I get the message Missing Dependency.
The message "Missing Dependency" is a link - if you click it displays the module you need.
I tried a couple of other modules just to see if I could isolate the problem,
You need the CMSMailer moduleĀ

...
Re: how do I alter the feedback form?
Posted: Fri Jun 16, 2006 6:36 pm
by beeswax
Once again, a big thankyou. It's really simple when you know.