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
 - 29,578
 
- Points
 - 823
 
Reputation:
I'd like to be able to randomise the placeholder name for this text box row. Is there a way to do this simply?
I don't really want to set this up in the controller and pass the value as it's not needed, I just want it.
HTML:
	
	
	
		
Read more
Continue reading...
	
		
			
		
		
	
			
			I don't really want to set this up in the controller and pass the value as it's not needed, I just want it.
HTML:
		Code:
	
	            <xf:textboxrow name="icon" value="{{ $marker.icon }}"
                         label="{{ phrase('icon') }}"
                         maxlength="50"
                         placeholder="alien"
                         explain="{{...
	Read more
Continue reading...