I know how to add an icon to a normal button, I drag the icon element to the button and place it on the button name.
That does not work for a submit button, you cannot target the submit button as a target for the drag operation.
I know how to add an icon to a normal button, I drag the icon element to the button and place it on the button name.
That does not work for a submit button, you cannot target the submit button as a target for the drag operation.
How are you creating the Submit button? If you drop a normal button and change its type to Submit, you can icons inside it freely.
OK, no I used the form submit button, thanks your solution will solve it more me!