Julian Knight

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Fields CSS #11373
    Julian Knight
    Participant

    This is similar to another query that came up recently. The Display “form” is not an HTML form. So there are no input or textarea elements. You should use your browsers developer tools to investigate the elements that make up the display.

    In general, if you want to keep the CSS simple. Use ID’s not tag names.

    in reply to: Get values on DispForm #11262
    Julian Knight
    Participant

    I don’t think they will be INPUT tags on the display form. You should refer to them by their ID’s instead.

    in reply to: Issue trying to action URL query string #9761
    Julian Knight
    Participant

    Ah! OK, I get it now. Actually I was trying to work out how to create a rule – the display part was just me taking small steps. However, the code you’ve given is very useful as it points me in the right direction to be able to do some other automation on the form now I can make the connection between the utility functions and the display via JQuery.

    I’ve now also managed to get the form to switch automatically by creating a rule that runs on form ready and sets the field that controls the display from {url:frmtype}.

    So great stuff. Thanks. I’ll be putting in a request to our programme team to get a license key shortly.

    Regards, Julian.

Viewing 3 posts - 1 through 3 (of 3 total)