NetTalk Central

Author Topic: checkboxes and radio buttons  (Read 130 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
    • Email
checkboxes and radio buttons
« on: October 18, 2024, 02:17:19 AM »
I have a form within a form
it is a memory form with generate form tag switched off
It has checkboxes and radio buttons
when the inside form refreshes it appears to loose the jquery "Boxes' and show as normal ticks and radio buttons until the form is refreshed again and they come back ?
any body have any tips ?

rjolda

  • Sr. Member
  • ****
  • Posts: 321
    • View Profile
    • Email
Re: checkboxes and radio buttons
« Reply #1 on: October 18, 2024, 03:29:23 AM »
Mike,
Maybe look at the page in developer mode and see what is happening in css for respective form.  Getting overwritten by different settings in form?  You may have to tweak the custom css - especially if you are playing with the built in nt identifiers and not your unique one.
Ron

MikeR

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
    • Email
Re: checkboxes and radio buttons
« Reply #2 on: October 18, 2024, 10:05:08 PM »
Thx Tried that I went to the network in dev tools Only the first field I change (can be anyone on the memory form) causes a call back to the server. after that nothing goes to the server until I click on another field from the main form then there is response from the page again and the check boxes are fixed ? 

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 428
    • View Profile
    • Email
Re: checkboxes and radio buttons
« Reply #3 on: October 20, 2024, 10:28:38 PM »
Remember to uncheck the "Generate <FORM> tag" on the inner form.

MikeR

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
    • Email
Re: checkboxes and radio buttons
« Reply #4 on: October 20, 2024, 10:32:11 PM »
Yeah, Thx Niels, it is unChecked.