delete standard contact form plugin
This commit is contained in:
parent
966a7124d6
commit
a35ee6314d
|
|
@ -10,19 +10,5 @@ localeUrl[en] = "/contact-us"
|
|||
localeUrl[ru] = "/contact-us"
|
||||
|
||||
[TPS\Birzha\Components\ContactForm contactForm]
|
||||
|
||||
[JanVince\SmallContactForm\Components\SmallContactForm contactForm2]
|
||||
==
|
||||
{% component 'contactForm' %}
|
||||
|
||||
<div id="scf-{{ contactForm2 }}">
|
||||
|
||||
<div id="scf-message-{{ contactForm2 }}">
|
||||
{% partial contactForm2 ~ '::scf-message' %}
|
||||
</div>
|
||||
|
||||
<div id="scf-form-{{ contactForm2 }}">
|
||||
{% partial contactForm2 ~ '::scf-form' %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% component 'contactForm' %}
|
||||
Loading…
Reference in New Issue