inherit
222536
0
Jun 20, 2015 15:56:56 GMT -8
KashiKid
1
June 2015
kashikid
|
Post by KashiKid on Jun 20, 2015 14:20:16 GMT -8
Hello, hello. I'm not really a developer and I'm a total newbie when it comes to javascript and other languages, but I was wondering if was possible to create a plugin that sends information from a custom page via a html form to an admin's private message? If possible and not too time consuming, would anyone be willing to help me through the process of creating this plugin?
Using HTML I made a quick application custom page for the guild I'm a member of. However, I have no idea on how to get the information into the right hands. Normally we just use threads for application, but I thought it would be really cool to utilize a page dedicated to applications and save some forum space.
Thank you for your time.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 20, 2015 21:51:46 GMT -8
seems like it would be easier to open up a new PM to the admin, but have the message area become the form. you wont be able to "submit" anything you want to the server. it has to be formatted correctly. so having all the elements it needs by already BEING on the new message page will be a good start.
then You would want to replace the message area (or rather hide), with all the form inputs you are after. then when they hit submit, your plugin could have all the inputs insert their values into the real message area as text. the admin gets a PM with all the text answers.
|
|