- Posts: 9
- Thank you received: 0
[Solved] Hide custom field in registration details
- Maxime
- Offline
- New Member
-
Less
More
10 years 4 months ago #54207
by Maxime
Replied by Maxime on topic [Solved] Hide custom field in registration details
@Tuan: Thanks, worked like a charm! Hope you can give a look at my other post about conditional fields

Please Log in or Create an account to join the conversation.
- Maxime
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
10 years 4 months ago #54208
by Maxime
Replied by Maxime on topic [Solved] Hide custom field in registration details
@Tuan: Would be possible to apply these modifications on summary at the end of the form? Messages and headings are still visible on final page (/registration-complete.html?registration_code=...).
Please Log in or Create an account to join the conversation.
- Baptiste
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 156
- Thank you received: 4
10 years 4 months ago #54209
by Baptiste
Replied by Baptiste on topic [Solved] Hide custom field in registration details
wow great tool, just installed!
Thank you!
Thank you!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 4 months ago #54215
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic [Solved] Hide custom field in registration details
@Maxime: Why not ? Get this file , upload to the same folder and it should work well
Regards,
Tuan
Regards,
Tuan
- Maxime
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
10 years 4 months ago #54216
by Maxime
Replied by Maxime on topic [Solved] Hide custom field in registration details
@Tuan: u sure about the file? Message and headings are still visible on registration complete's summary...I'm referring to the online front-end summary page after completing the form, not the confirmation email (which is working great now).
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 4 months ago #54217
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic [Solved] Hide custom field in registration details
Sorry. Wrong file uploaded. You can get the correct file here
Tuan
Tuan
- Maxime
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
10 years 4 months ago #54219
by Maxime
Replied by Maxime on topic [Solved] Hide custom field in registration details
Perfect, it did the job ! Thanks!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 4 months ago #54223
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic [Solved] Hide custom field in registration details
Great. Thanks for confirming !
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- Baptiste
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 156
- Thank you received: 4
10 years 3 months ago #55733
by Baptiste
Replied by Baptiste on topic [Solved] Hide custom field in registration details
Hi Tuan !
Can you tell me if there is a way to make the same thing, but on one specific field (with name, or id...)
(for exemple : "if $field->name=", or "if $field->id=").
Thank you for your answer!
Baptiste
Tuan Pham Ngoc wrote: if (in_array($field->type, array('Message', 'Heading')))
{
continue;
}
If you want to exclude other field types, simply add it to the array
Tuan
Can you tell me if there is a way to make the same thing, but on one specific field (with name, or id...)
(for exemple : "if $field->name=", or "if $field->id=").
Thank you for your answer!
Baptiste
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 3 months ago #55775
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic [Solved] Hide custom field in registration details
Hi
Without looking at the code again, I think you can try:
if ($field->name == 'name_of_the_field_you_want_to_hide')
{
continue;
}
That code should work
Tuan
Without looking at the code again, I think you can try:
if ($field->name == 'name_of_the_field_you_want_to_hide')
{
continue;
}
That code should work
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.