Larsbirger 0 Posted April 4, 2020 Share Posted April 4, 2020 Hi, I have downloaded the free demoversion of JAM and have installed it. I would like to customize some things, to get the member site to be localized to Swedish conditions. I have two questions. 1) In which template can I change the order of the fields in the form for registering an account (for members)? 2) How can I disable/remove the code that transforms the text to camelcase (each word has a capital initial letter)? Lasse Quote Link to post Share on other sites
Forum Support 5 Posted April 6, 2020 Share Posted April 6, 2020 Hi, you can try editing the /application/views/main/tpl_registratin.php file. however, there is no option for changing the order of the fields directly without customizing the code. For the capitalization, you can edit the CSS and remove the CSS for .text-capitalize. You can set it to be: .text-capitalize { text-transform: none; } Quote Link to post Share on other sites
Larsbirger 0 Posted April 6, 2020 Author Share Posted April 6, 2020 Hi, OK, thanks, I will try that. Lasse Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.