add theme
This commit is contained in:
14
wp/wp-content/themes/medicalalert/tpl/form_with_image.tpl
Normal file
14
wp/wp-content/themes/medicalalert/tpl/form_with_image.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- Form with Image BEGIN -->
|
||||
<section id="formAnchor" class="form-with-image-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
<div class="container">
|
||||
<div class="row align-{{alignment}}">
|
||||
<div class="col-12 col-md-6">
|
||||
<div>{{#gravityForm form}}</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<img class="img-fluid" src="{{image.url}}" alt="{{image.alt}}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Form with Image END -->
|
||||
Reference in New Issue
Block a user