You are viewing limited content. For full access, please sign in.

Question

Question

How can I hide the description "Province / Region" from the "State / Province / Region" of all Address blocks?

asked on May 13, 2015

In an address block, the field is normally labeled "State/Province/Region" but a client is requesting that it just say "State." How can we handle this?

0 0

Answer

APPROVED ANSWER
replied on May 13, 2015

Please see this help page. You can use this javascript.

$(document).ready (function () {
  $(".State").siblings().text('State');
})
1 0
replied on April 4, 2016

Alexander will this also keep the same description when it saves to Laserfiche?

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.