5 comments found.
Are you able to make a version that uses mysql? would pay extra whatsapp me +447828008411
does your template bundle include files and script to restrict access to a directory (HTML files) and thus the only access is via your logon and registration screens? does your bundle have a restricted access script for the buyer to implement on specific directories?
Unfortunately, no. The form is public, but the admin area to manage the registrations are password protected. But the form is public.
Hey! Just purchased this as a noob. Would it be possible for you to create a simplw documentation on how to and where to change form names, add new forms etc? Like I have no idea what to change in what files if I want to replace Last Name for example Telegram name. For reference try this: https://coinuniverse.news/win/ When entering all details, it’s saying table aceList has no column named teleGram where I changed all fname’s in the files as far as I can tell.
Hi twanzwart!
I wouldn’t recommend editing the index.php file.
aceList doesnt support adding new custom fields on the go. Hence, we can try renaming the Last Name field as Telegram Name
The quickest solution would be to undo all the changes you have made, install a fresh copy, go to acelist/locale/en.php and change L_NAME from “Last Name” to “Telegram Name”. Now all your users will see “Telegram Name”, but internally, it would still be saved in the last_name column. When you are exporting the CSV, just rename that column name using Excel.
Hi twanzwart!
Did it help?
It did. Though, some people got a _ in their name like twan_black. It give’s an error when filling in that. Any fix for that?
Cool!
Your second problem arises as aceList is considering those fields as “first” and “last” names and considers those characters as invalid
Edit aceList.php Line #357 isValidName() to
$regex = '/^[\p{Latin}[A-Za-z _]+$/m';
[a space and an underscore has been added after z]
This will fix your case.
Worked out great. Thanks for the fast support!
Awesome! Most welcome.
Ran into another issue. It’s really hard to actually click on the email and Telegram username field for some reason. Try it out: https://coinuniverse.news/win/
Yes, I see it. Let me see what I can do.
Hi, twanzwart !
Thank you for bringing this to my notice. I am releasing an update with this fixed.
Meanwhile, if you are short on time, please open aceList/style.css
Line 184
Inside .acelist-input-wrapper label { ... }
add pointer-events: none;
This will solve it.
Thanks, appreciate it! 
Nice Work,
Congratulations! Good Luck With Sale 
Thank you very much!