I've looked everywhere, and as it's so simple my searches on the forum etc result in millions of results none answering this simple question.
(1) Building a add user (registration) form. Running 6.1 PHPRunner.
(2) Want to just add a Password confirmation entry box to the form. Would like to have it with password validation. Then I inteded a short java script (and in PHP too I plan) to validate the confirmation entry matches the original entry.
So far I've had hassle adding a field - do you really have to go to the HTML editor?
Then I tried inserting an INPUT box - works but my validation script doesn't - how do I refer to the control?
In any case the input box simply won't align with the actual password box/other fields in the table - how can I make them align?
Am I being really dumb - should I just be able to copy any field on the form, paste it where I want (the indentation/alignment then works) and then somehow "unbind" it from the data?
I know this is really basic - which is why I am confused, as it should be really simple.
Thanks for your help!
Matt