Page 1 of 1

FormBuilder - Static Link issue

Posted: Wed Mar 21, 2018 2:05 pm
by naturelab
I am trying to use the 'Static Link' function on Formbuilder.

The link is built correctly, but it then adds in the same 'unlinked' additional text afterwards. I do not need this repetition.

Example :-

http://www.orchardlink.org.uk/dev/join-orchard-link/

The static link appears just BEFORE the submit button.

Code: Select all

<div><div><a href="http://www.orchardlink.org.uk/dev/privacy/">Orchard Link privacy policy</a>&nbsp;Orchard Link privacy policy</div></div>
Any ideas how I can remove this text or is it a bug ?

Ideally, I would like to add a link within the body of the static text ( linline ) not on a seperate line.

Re: FormBuilder - Static Link issue

Posted: Wed Mar 21, 2018 3:38 pm
by velden
I'm not sure but guess it could be the 'Hide this field's name on Form' checkbox on the 'Advanced Settings' tab for this specific field.

I'm not sure if it would be possible to add a link into the static text field. Do you expect the customer will actually change this link some time?

BTW: the FormBuilder template can be customized of course. So you might be able to pull in the specific field together with the static text and combine them. You should however do some checking if using the foreach loop (which is needed for a working sample, but not if you know the id/name of fields).

Re: FormBuilder - Static Link issue

Posted: Wed Mar 21, 2018 3:48 pm
by naturelab
thanks
I'm not sure but guess it could be the 'Hide this field's name on Form' checkbox on the 'Advanced Settings' tab for this specific field.
This is what I thought, although in this instance, it does not work

Re: FormBuilder - Static Link issue

Posted: Thu Mar 29, 2018 12:59 pm
by naturelab
Thanks @johnboyuk !!

Why didn't I think of that ::)

cheers !