PDA

View Full Version : Integrate Contact Form


hpolat
09-10-2013, 06:43 AM
I need help integrating a "Contact Form" on the side navigation of my forum, I want users to fill out this form and submit. (typical first name, last name, phone number etc..)
I run VB5.04 version.

Can anybody help? if its easy, I d like to do it myself, if not, I may have some budget for a gig.
let me know.
thank you for your support

marco_kellershoff
09-16-2013, 08:45 AM
You can write a extension and create a seperate template file - add a hook bound to that template.. the extension can take care of what happens in your contact form (e.g. sending an e-mail or writing in some database..)

hpolat
09-16-2013, 10:51 AM
Thank you Marco, is there any examples on the net? I couldn't find anything. I am pretty good modifying the code. but no examples..
thank you for the respond.

marco_kellershoff
09-16-2013, 11:22 AM
This should get you going :)

https://vborg.vbsupport.ru/showpost.php?p=2426447&postcount=7

hpolat
09-16-2013, 06:45 PM
Thanks Marco