Support Forum

Is there a way to make Contact Form post to a specific forum?

WW Wayne Williams
Wayne Williams
Member

I’d like to make a contact form that is a guild application and instead of emailing it to myself, i’d like it to post to an applications forum. Is there a good way to go about this?

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

you would have to write a custom simple press plugin to do that…  we provide all the hooks for such behavior but its not built in…  not too hard, but a bit of coding…   dont think its ever been requested before…

you would probably do better just having a standard wp contact form for the application vice embedding it inside the forum…

WW Wayne Williams
Wayne Williams
Member

Not sure you are understanding my request. I need a form that a person would fill out…then all of the variables would be passed to a particular forum. Currently SMF is what we are using and it has a nifty post to forum mod. So the person fills out the application to guild with all of their information and then it posts to the forum board named Applications. We can then view the forum and see any new applicants for the guild. Contact Form only allows email from what I can tell…new to this so bear with me. Hope this better explains what I am trying to do.

YS Yellow Swordfish
Yellow Swordfish
Member

No – Mr Papa fully understood. His first paragraph is the answer. We do not have anything built in to do this and it would need a custom plugin to enable it. Not that hard to create actually… well probably – that would depend on the form complexity and data.