Hello, I posted this by accident in the lounge but as it is related to the formbuilder module I thought I better repost here..
In a global content block coded by a previous coder there is an id number referring to a field in a form that is made up of two parts..
#m3b70cfbrp__93?
93 corresponds to the the field_id in the form..
What is the first part "#m3b70cfbrp" - where can I find a place in cmsms admin to see that it is correct?
Thankyou,
Jerry
What is origin of referring number in head of form field_id?
-
- New Member
- Posts: 7
- Joined: Fri Mar 04, 2011 10:20 am
-
- New Member
- Posts: 7
- Joined: Fri Mar 04, 2011 10:20 am
Re: What is origin of referring number in head of form field
Thankyou,
But does anyone know where in cmsms I can check this form_id against as I am not sure it is correct.
But does anyone know where in cmsms I can check this form_id against as I am not sure it is correct.
Re: What is origin of referring number in head of form field
I think that id is kind of dynamic. You should not address it directly from a GCB like that. The Formbuilder formtemplate would be the more proper place I guess..JerryStevens wrote:In a global content block coded by a previous coder there is an id number referring to a field in a form that is made up of two parts..
#m3b70cfbrp__93?
-
- New Member
- Posts: 7
- Joined: Fri Mar 04, 2011 10:20 am
Re: What is origin of referring number in head of form field
Thankyou,
This is code from a previous coder that no longer works after an upgrade.. What I am trying to work out is where would he have got those numbers from for that form id? They don't appear anywhere in the cmsms or database.. How could I refer to the form now those ids no longer work?
Thankyou
This is code from a previous coder that no longer works after an upgrade.. What I am trying to work out is where would he have got those numbers from for that form id? They don't appear anywhere in the cmsms or database.. How could I refer to the form now those ids no longer work?
Thankyou
Re: What is origin of referring number in head of form field
If you can get the form to render on a page you look in page view source and the number will be there...
-
- New Member
- Posts: 7
- Joined: Fri Mar 04, 2011 10:20 am
Re: What is origin of referring number in head of form field
Thankyou,
Given that the earlier replier stated that the number is dynamic what is the better more future-proof way for me to specify this form within the global content block?
Thankyou again
Given that the earlier replier stated that the number is dynamic what is the better more future-proof way for me to specify this form within the global content block?
Thankyou again