Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Зависимость полей #113

Open
DecartSystem opened this issue Mar 24, 2023 · 3 comments
Open

Зависимость полей #113

DecartSystem opened this issue Mar 24, 2023 · 3 comments
Assignees

Comments

@DecartSystem
Copy link

Можно сделать зависимость полей друг от друга?

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

@pafnuty
Copy link
Member

pafnuty commented Jun 19, 2023

@DecartSystem Можно найти подходящий js или jquery плагин и подключить его в шаблон сайта или модуля.

@tcse
Copy link
Contributor

tcse commented Jun 19, 2023

Реализовывал похожую схему. Живой пример в форме на странице https://dalegion.com/konsultacii/271-konsultacia_rukovoditela.html запись на консультацию

часть настроек шаблона form.tpl

{* СВЯЗАННЫЕ СПИСКИ: JQUERY CHAINED SELECTS *}
<script>
	$("#type-consult").chained("#consult");
	$("#cost-consult").chained("#type-consult");
</script>

попробуйте этот https://github.com/tuupola/jquery_chained

@DecartSystem
Copy link
Author

Реализовывал похожую схему. Живой пример в форме на странице https://dalegion.com/konsultacii/271-konsultacia_rukovoditela.html запись на консультацию

часть настроек шаблона form.tpl

{* СВЯЗАННЫЕ СПИСКИ: JQUERY CHAINED SELECTS *}
<script>
	$("#type-consult").chained("#consult");
	$("#cost-consult").chained("#type-consult");
</script>

попробуйте этот https://github.com/tuupola/jquery_chained

Благодарю!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants