Hey guys, does anyone know how to reference a NS field in the standard HTML form? I have a field on my SO that links to our external website so we can see the sales order on the external site, but I don't know how to reference it on the a href in the HTML code... I know the field name, I just don't know how to reference it in the a href, this is what I have so far... <a href="{custbodypg_link_so}">Securely View, Edit, & Track the status of this order </a> (in the curly brackets is my field name)