how to link form??!!
3 posters
Page 1 of 1
how to link form??!!
i can make a HTML Form, but My Problem is How to make a form linked with any category in my Forum
This URL
example
how can i make submit button linked withThis URL
|
- Code:
<html>
<body>
<form action="action_page.php" method="post">
<fieldset>
<legend>Personal information:</legend>
First name:<input type="text" name="firstname" value="Mickey"><br>
Last name:<input type="text" name="lastname" value="Mouse"><br><br>
<input type="submit" value="Submit">
</fieldset>
</form>
</body>
</html>
Last edited by omarpop23 on May 19th 2016, 16:17; edited 1 time in total
Re: how to link form??!!
Hey!
It's very easy!
First you have to create the HTML page, with the code of the form.
Now you have to create a new javascript, by acessing:
ACP
Modules
HTML & JavaScript
Javascript codes management
Paste and edit this code:
Replace 6 by the forum's ID.
Replace h4- by the HTML page link.
Have a nice day !
It's very easy!
First you have to create the HTML page, with the code of the form.
Now you have to create a new javascript, by acessing:
ACP



Paste and edit this code:
$(function(){
$('a[href^="/post?f=6&mode=newtopic"]').attr("href","/h4-");
});
Replace 6 by the forum's ID.
Replace h4- by the HTML page link.
Have a nice day !
Re: how to link form??!!
Topic solved and archived


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

» How can I put a link to the description of a topic in the form of word?
» Is it possible that we exclude the forum gogle. I know one variant over the link. Can the form appears to goglu with a number of
» Hope a code for auto hide login, signup form and show the logout form for DIY toolbar
» How To Create a Direct Link from the Thumbnail image to the Thread link?
» How do I create a link where you hover over the link and it pops up some kinda text?
» Is it possible that we exclude the forum gogle. I know one variant over the link. Can the form appears to goglu with a number of
» Hope a code for auto hide login, signup form and show the logout form for DIY toolbar
» How To Create a Direct Link from the Thumbnail image to the Thread link?
» How do I create a link where you hover over the link and it pops up some kinda text?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum