The code that's in the "CODE" box is my proposed change; the current version looks like:
Code:
if (document.testimonials_add){ if (document.testimonials_add.testimonials_name) {document.testimonials_add.testimonials_name.focus()} };
With that code in place, when you go to the testimonials_add page, the cursor focus is not placed on the "Your Name" field as intended. Each occurrence of testimonials_add in the on_load_main.js file for that page needs to be changed to new_testimonial (since that's the name of the form) for the focus to work as intended.
Bookmarks