The “.”(dot) in there is a class selector, not an id selector (which is “#”).
That means that you need to either use “.+class-of-the-form” or “#+id-of-the-form”
The “.”(dot) in there is a class selector, not an id selector (which is “#”).
That means that you need to either use “.+class-of-the-form” or “#+id-of-the-form”