Forum form issues
3 posters
Page 1 of 1
Forum form issues
Hello, I am doing this one one of my forums. It won't work out for me, probably due t the fact I am an amateur coder. https://help.forumotion.com/t131789-add-a-form-on-creation-of-a-new-topic
The forum ID is f31.
I need it to say....
Sellers name:
Rating (1/10):
Would buy from again?
Description:
The forum ID is f31.
I need it to say....
Sellers name:
Rating (1/10):
Would buy from again?
Description:
Last edited by tylercole on March 27th 2017, 1:21 am; edited 1 time in total
Re: Forum form issues
Hi there, here you are!
Title: (Anything you wish)
Placement: All pages
Title: (Anything you wish)
Placement: All pages
- Code:
$(function() {
if (location.pathname == '/post' && location.search == '?f=31&mode=newtopic') {
$('#text_editor_textarea').val('[b]Sellers name:[/b] \n[b]Rating (1/10):[/b] \n[b]Would buy from again?[/b] \n[b]Description:[/b]');
}
});
Re: Forum form issues
Problem solved & topic 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.

» Issues With The Contact Form...
» Recent Forum Issues (Notifications, Slow Loading, Chatbox, Servimg and Tagging Issues)
» Recently broken forum widget is causing forum formatting issues.
» A Form in a Forum?
» How i can put a form in my forum
» Recent Forum Issues (Notifications, Slow Loading, Chatbox, Servimg and Tagging Issues)
» Recently broken forum widget is causing forum formatting issues.
» A Form in a Forum?
» How i can put a form in my forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum