Hide fields in Frontend Submission

  • KevinH
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago #82705 by KevinH
Hide fields in Frontend Submission was created by KevinH
How can I hide/not display fields such as Alias and Tax to users submitting Frontend events?

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #82727 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide fields in Frontend Submission
Hi Kevin

You will need to edit the code to remove the fields you don't want. Look at the file components/com_eventbooking/view/event/tmpl/form.php (or components/com_eventbooking/view/event/tmpl/simple.php if you use simple submission layout), you would be able to see the fields and change it to have it work as expected

Tuan

Please Log in or Create an account to join the conversation.

  • KevinH
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 9 months ago #82758 by KevinH
Replied by KevinH on topic Hide fields in Frontend Submission
Thanks, did it by deleting the Table Row containing the field in form.php.

Problem was, form.php did not show up in that folder on a MacOS localhost install. Only default.php showed up. But later, it magically apeared...

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #82781 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide fields in Frontend Submission
That's strange to me. But the most important thing is that you got it sorted

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc