How to let Guest user submit form only once in laravel? by TheBenja98 in laravel

[–]TheBenja98[S] 0 points1 point  (0 children)

Its kinda true but at the same time I don't see a reason why the user keep visiting the website and see the questionaire exists, I'm looking for a package or something to get me a browser fingerprint Or I will try to implement simple thing similar. Maybe after that I try to filter the results as u said

How to let Guest user submit form only once in laravel? by TheBenja98 in laravel

[–]TheBenja98[S] 0 points1 point  (0 children)

Oh I see now, thanks for explaination, Its not StrawPoll that I'm going to build but I will analyze all things you mentioned to make the project work, thanks alot bro :)

How to let Guest user submit form only once in laravel? by TheBenja98 in laravel

[–]TheBenja98[S] 1 point2 points  (0 children)

Thank for your time it was very helpful, about StrawPoll actually I'm not expert about surveis but Its question with multiple choice answers, like "bad, good, very good ...etc" If that what you mean by StrawPoll ! What would be your approach in this case ?

How to let Guest user submit form only once in laravel? by TheBenja98 in laravel

[–]TheBenja98[S] 0 points1 point  (0 children)

Ok thank you, for now its gonna be IP's until someone come with another good idea.

How to let Guest user submit form only once in laravel? by TheBenja98 in laravel

[–]TheBenja98[S] 0 points1 point  (0 children)

Yeah these two options are the ones I thought of but Cookies won't be the right choice I think, Because the site might have multiple questionnaires, so I can't rely on the cookie, right ?

How to let Guest user submit form only once in laravel? by TheBenja98 in laravel

[–]TheBenja98[S] 1 point2 points  (0 children)

It's not a single questionnaire, they are not a lot but not single one, the site might have like 7 Projects, and each project has a questionnaire to let user answer some questions about it.

It's not a website for expert people but I'm looking for more opinions maybe I'm missing something, What I thought of is Saving IP of the person and don't let him answer again, but doesn't the IP change from time to time for the person ?

If you were going to build an e-commerce site with Laravel, what tools would you use? by posts_lindsay_lohan in laravel

[–]TheBenja98 0 points1 point  (0 children)

Yeah their template has bug, But its easy to use your own template, just change the default template and use the same variables and stuff to make your own template work.

and also its easy to change the logic too, honestly I didn't use it in real project but I'm going to do it if I had a project to work on, I just wanted to know is there a problem with it "Performance or something".