Harpreet_125 Ответов: 1

Как отключить кнопку createuser в createuserwizard после одного клика


i am in a condition i want to disable create_user button of createuserwizard after one click to avoid duplicate records... actually i have updated the username in created_user event.. so now there is a possibility to enter record twice if user presses button twice..

.


Что я уже пробовал:

I am not getting any property of that button to disable.. even i m not able to edit that button in the edit template..

even i dont know the id of that button so that i can use javascript to disable the button.

So please guide me how to do this.

1 Ответов

Рейтинг:
2

Vincent Maverick Durano

Если вы хотите иметь полный контроль над вашим процессом и логикой кнопки, то вам лучше настроить свою собственную HTML-разметку, а не полагаться на шаги мастера.

Кроме того, есть несколько способов предотвратить дублирование входа. Один из вариантов-определить флаг в коде, чтобы определить, создал ли пользователь учетную запись, и запустить проверку на основе этого флага.