ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,673
- Points
- 823
Reputation:
Is there a way to create an option that will be used to store an internal API key that the user doesn't need to see at all, even not with the "Show advanced option" ?
I've tried it with a custom callback which returns an empty string, but that's showing an error because of the following template code:
Code:
Read more
Continue reading...
I've tried it with a custom callback which returns an empty string, but that's showing an error because of the following template code:
Code:
Code:
<xf:if is="$includeHtml is empty">
<xf:formrow rowclass="{$rowClass}">
<div class="blockMessage blockMessage--error blockMessage--iconic">...
Read more
Continue reading...