FormBuilder - Static Link issue

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

FormBuilder - Static Link issue

Post 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.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: FormBuilder - Static Link issue

Post 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).
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: FormBuilder - Static Link issue

Post 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
naturelab
Forum Members
Forum Members
Posts: 169
Joined: Thu Oct 15, 2009 11:11 am

Re: FormBuilder - Static Link issue

Post by naturelab »

Thanks @johnboyuk !!

Why didn't I think of that ::)

cheers !
Locked

Return to “Modules/Add-Ons”