Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: isLinked problem

Quote Reply
Re: isLinked problem In reply to
That is the correct response based on the field settings:

Code:
isLinked => [14, 'alpha', 0, 5, 1, 'No', 'No|Yes']
See the red text...with the 1,. Well, that means that the field is required and you need to specify either Yes or No.

In the add templates, add a hidden field:

Code:

<input type="hidden" name="isLinked" value="Yes">


I would also add this field in the ­d_system_fields in the links.def as follows:

Code:

isLinked => 'No'


Regards,


Eliot Lee
Subject Author Views Date
Thread isLinked problem senaite 3515 May 21, 2000, 9:40 AM
Thread Re: isLinked problem
Stealth 3462 May 21, 2000, 1:10 PM
Thread Re: isLinked problem
Domenic 3466 May 21, 2000, 3:03 PM
Thread Re: isLinked problem
Stealth 3470 May 21, 2000, 3:49 PM
Thread Re: isLinked problem
Domenic 3447 May 21, 2000, 4:53 PM
Thread Re: isLinked problem
Stealth 3487 May 21, 2000, 4:55 PM
Thread Re: isLinked problem
Domenic 3413 May 22, 2000, 5:26 PM
Thread Re: isLinked problem
Stealth 3408 May 22, 2000, 5:44 PM
Thread Re: isLinked problem
Domenic 3397 May 22, 2000, 11:24 PM
Thread Re: isLinked problem
Stealth 3419 May 22, 2000, 11:41 PM
Thread Re: isLinked problem
mdj1 3399 May 23, 2000, 8:33 PM
Thread Re: isLinked problem
Stealth 3431 May 23, 2000, 8:52 PM
Thread Re: isLinked problem
Domenic 3394 May 24, 2000, 2:05 PM
Thread Re: isLinked problem
cwschroeder 3319 Sep 23, 2000, 6:10 AM
Thread Re: isLinked problem
Stealth 3320 Sep 23, 2000, 8:12 AM
Thread Re: isLinked problem
cwschroeder 3334 Sep 23, 2000, 10:45 AM
Post Re: isLinked problem
gotze 3289 Sep 23, 2000, 11:08 AM