Skip to main content
Nintex Community Menu Bar

How to encode a string in Nintex Form

  • February 15, 2022
  • 0 replies
  • 318 views

Forum|alt.badge.img+8

Topic

How to encode a string to be compliant with the HTML format, for a URL string. 

For example: 
encoding the dash symbol "-" 

Input : Nintex-Form 
Output : Nintex%25DForm 

 

Instructions

Use the inline function fn-replace() to match and replace the special characther with the HTML encoded value. 

 

Additional Information

The following site has a list of the HTML encoded values: 

HTML Encoding Reference - krypted.com

 

Related Links