Hi.
I am using Apsis Form and wish to embed the form into this page: http://www.geocenter.dk/geoviden/tilmeld-dig-geovidens-nyhedsbrev/.
The form is here https://forms.apsisforms.com/21a94c7628fa8d17e41908412fa89cce and the codes I tries to place in a Code Black box is this:
Urlen:
https://forms.apsisforms.com/21a94c7628fa8d17e41908412fa89cce
DIV:
<div class=”afp-21a94c7628fa8d17e41908412fa89cce”></div>
Scriptet:
<script src=”https://forms.apsisforms.com/formbuilder.js”></script>
<script>
(function() {
var form = new ApsisForms.FormbuilderInstance();
form.init({
formId: ’21a94c7628fa8d17e41908412fa89cce’
});
})();
</script>
Thanx.
Hey webmastergeus,
Try adding those scripts either in head or footer:
If you want to place it in the head: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section
If it’s in the footer: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section
then place this html code:
<div class=”afp-21a94c7628fa8d17e41908412fa89cce”></div>
where you like the form to be placed.
Hope this helps.
Best regards,
Nikko