How do I add a text field on my Enjin Site?

7 replies
Posts:
3
Likes:
0
How do I add a text field on my Enjin Site? This sounds simple, and I know this is dumb, but I do not know where the module is for this!
Posted Jul 15, 15 · OP
Posts:
12
Likes:
0
Yea, I have no clue either.
Please hit me up if you get feedback on how to do this.
Posted Jul 15, 15
Posts:
30
Likes:
+5
Use the HTML module and add your HTML, perhaps something like:

Copy
<textarea rows="3" cols="50"> </textarea>


With this module you can also pretty much do anything you want with your site, just make sure you remove the styling when you add it to a page if you don't want the default box with your site's theme!
Posted Jul 15, 15 · Last edited Jul 15, 15 by ketchupcok...
Posts:
3
Likes:
0
wrote:
Yea, I have no clue either.
Please hit me up if you get feedback on how to do this.

Look at the reply above!

~~~~~
Use the HTML module and add your HTML, perhaps something like:

Copy
<textarea rows="3" cols="50"> </textarea>

Thank you so much!
Posted Jul 15, 15 · OP
Ben
Posts:
1,624
Likes:
+1,417
Popular
LEVEL 4
Hello. A text field? Would you mean a contact form? Like the one on this site? http://otakunet.enjin.com/test

EDIT: sniped .resolved.
Posted Jul 15, 15 · Last edited Jul 15, 15 by Ben
Posts:
30
Likes:
+5
It's worth noting that if you want the input to be processed or stored you will need to be able to set up the receiving server for that with something like PHP
Posted Jul 15, 15 · Last edited Jul 15, 15 by ketchupcok...
Posts:
3
Likes:
0
wrote:
Hello. A text field? Would you mean a contact form? Like the one on this site? http://otakunet.enjin.com/test

No, something where I can just make a text field. Something where I can just write something, and just keep it there (like a paragraph).
Posted Jul 15, 15 · OP
Posts:
30
Likes:
+5
Oh, well in that case you can just use a simple <p> tag. Just put this in your HTML module instead:

Copy
<p>whatever you want to write can go in here!</p>


If you want to style the text further, like having a different font or sizes etc you might want to do a little research into HTML and CSS, honestly it won't take long and you can have much more control of your site!
Posted Jul 15, 15 · Last edited Jul 15, 15 by ketchupcok...
Social Media
Follow us on our social media!
You will receive information, news, sneak peaks, giveaways and more!
NoticeNotices