I would like to further customize my registration form, how can I access it's HTML? NOT THE CSS!!!!! Besides using the F12 key. I would like the ability to edit according to my own needs and format.
If I am somehow unable to access the HTML, (which I hope is NOT the case) how can I rearrange the format of the registration form manually???
Any insightful information will be much appreciated!!
I do not wish to change the order of the fields, that it quite simple and I do not need help in that sense. I was wondering if it were possible to add another category on the top of the form, next to "Event" and "Date." My boss would like to add an additional category, is this possible? If not an entirely new category, is it possible to have the date in one column and the time of the event in another?
And while I'm asking, is it possible to edit the "Event Registration" title which appears on the top of the page? I would like it to say "Upcoming Events" instead. That is why I thought perhaps an html view would allow me to edit the things I want. I look forward to your response.
There is no "feature" for adding new data into new columns in the list of events. We intend to add that type of functionality in future development though. You'd have to code in new columns... or modifying existing columns. These files would be included:
/components/com_dtregister/views/event/tmpl/list.php
/components/com_dtregister/views/event/tmpl/list_row.php
To modify text like "Event Registration" or any other text throughout the component, modify the language file which is located with the language files for all of your other extensions: