Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ Enjin Site - Need html form to make a list of submissions

Posted by: Sets Aug 31 2017, 12:54 PM

Hi, hopefully someone can either help me figure out how to do this, or just tell me that it's impossible. I know some basic html, but other than that I know nothing about web design/coding.

My site is an Enjin site, and I can use html, css, or javascript to try to do this. Basically, users can vote for out site on a few different top site lists, but these lists don't provide any sort of feedback to us about who voted. We'd like to do incentives to vote (top monthly voter type thing) and I was thinking of making an html form that user can input their username into. When they push submit, I need their data recorded and the user redirected to the voting website.

That's all I need, just a list of usernames that I can throw into excel to sort and count how many times each person voted. Ideally, I'd like the usernames to just be put into a .txt or .csv that I can retrieve. It's not a problem to have to manually reset or clear this file.

Is there any way for this to be done fairly simply? If so, how would I do that? any references anyone can point me towards, or better yet, anyone willing to teach me how to do this biggrin.gif

Posted by: CharlesEF Aug 31 2017, 01:27 PM

Do you have access to any server side languages (ASP, PHP, etc...)? You can write files to the server using a server side language.

Posted by: pandy Aug 31 2017, 06:33 PM

Is that https://www.enjin.com ? Have you checked that there isn't a form processor among the stuff they offer?

If not, a possibility is to use a service. Alas I don't know what's good these days, but you can find some listed here.
http://www.hotscripts.com/category/hosted-apps/form-processors/
For the free ones there may be ads. You need to check that. Typically you will get the form result emailed to you and you can take it from there.

Posted by: Sets Sep 1 2017, 06:23 PM

I don't have access to sever side languages, at least as far as I know.

They do have a sort of form available in the in-built widgets that they offer, but it doesn't quite do what I want it to. Basically there's no way to automatically redirect the user to the voting site using the offered forms. I'm trying to keep this the fewest number of clicks possible, so that it's not laborious for people to vote.

Posted by: CharlesEF Sep 1 2017, 09:05 PM

Their in-built form may use a server side language to process the form data and send the e-mail. You should check with your hosting provider to see what, if any, server side languages they support.

Posted by: pandy Sep 2 2017, 07:13 AM

It isn't a normal hosting. I don't think they let users get direct access to anything server side.

I'd go for a service. I see http://www.bravenet.com is still around. It has been many years since I used them, but they used to be good. Basically, you should use a service that lets you design your own form and just emails you the result, i.e. you should be able to use any form field names you want.

Posted by: CharlesEF Sep 2 2017, 11:32 AM

Thanks pandy, I didn't know that. But then again, I know nothing about Enjin.

Posted by: pandy Sep 2 2017, 11:38 AM

Me neither. Just skimmed what they offer.

Posted by: Sets Sep 5 2017, 09:22 AM

Yup, pandy is right, I don't have access to anything server-side.

Posted by: Sets Sep 7 2017, 09:52 AM

Okay, I just realized you're recommending I change hosts. That's not a reasonable option in order to make one form work.

The issue with the hotscripts sites is - not only are they not free and have ads, but they don't do what I want any better than the enjin form. None of those that I have looked at allow me to make the submit button redirect the user, either.

Posted by: pandy Sep 7 2017, 03:39 PM

I don't think anyone recommended you to change host?

Hotscripts is just a directory of scripts and services. They don't provide any themselves. Some are free and some are not. I don't know about the redirection thing, but typically you don't need to use their form layout. That's provided for people who can't make their own. You can have any form fields you want. At least that's how it used to work.

Thing is, if you want to use the Enjin site and they don't offer a proper form processor you have no choice but to use a service. Find a free one that does what you want, pay for a service with more features or accept you can't do exactly what you want. There are no other options.

Posted by: Sets Sep 21 2017, 11:13 AM

Okay - I think i misunderstood when you said to use bravenet. I didn't see that they offer *just* form building, and I thought you were saying to move my whole site over to there.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)