This topic is locked
[SOLVED]

 Additional Pages - Properties Field Events

10/22/2019 1:41:50 PM
PHPRunner General questions
lefty author

Is it possible to have a field event on one edit page and not the other ?

For example , I am trying to make a field disable on first edit page and enable editing on second edit page.
Any Ideas , When I try to use a field event - field editing to disable it also carries over to the second edit page where I want to be able to enable editing text field.
Do I need to make a custom view like we used to ?

N
Nir Frumer 10/23/2019



Is it possible to have a field event on one edit page and not the other ?

For example , I am trying to make a field disable on first edit page and enable editing on second edit page.
Any Ideas , When I try to use a field event - field editing to disable it also carries over to the second edit page where I want to be able to enable editing text field.
Do I need to make a custom view like we used to ?


hi Johan

you may try disabling it on the javascript onload
hope it helps,

lefty author 10/24/2019



hi Johan

you may try disabling it on the javascript onload
hope it helps,


after debugging - code was incorrect
Update2 Not Solved.
Tried on javascript onload but the pageid's are the same

data-pageid="1" for edit and edit1. So if disabled on one get's disabled on the other also.
[size="2"]Cannot seem to disable one but not the other , only can take it out. wanted users to be able to see it but not edit in one edit page and make it editable on second page - edit1.[/size]

[size="2"]I guess will have to make a custom view or just leave the field out on one and not the other.[/size]