MyBB Community Forums

Full Version: Contact_ 3.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, i have recently installed the Contact+ 3.0 mod. I really like the layout of the form, however there are some fields there that I do not really want, and may want to edit them so they say something else.

Would someone be able to help me possibly check the code and see what i can remove/rename to make the form say something else? If not, i am also using the staff application form. I was wondering if it would be possible to change it from just a staff application, to a contact form, just adding for example, Comments/Feedback as a field?

Contact Mod - http://mods.mybboard.net/view/contact+-3.0
Staff Application Form - http://mods.mybboard.net/view/staff-appl...m-*updated*

It is kind of hard to explain so ask any questions if your able to help but need more info :]

Thanks in advance,
Rob

Awesome, i have managed to edit the form myself, using the inc/plugins/contact_act.php, remove some of the fields such as address 1 and 2, and making the telephone one into a drop down list so people can select options Big Grin Simply by replacing <input type="text" name="telephone"> with

<form action="">
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select>
</form>

But i just changed the names to message subjects they can use for make the message meaningful

I wont delete my post just incase someone wants to see what i have done. I have done this for my own use, not redistributing the code n all that twoddle

Thanks