<label for="factuurbedrag"><h5 class="calculator">Te vorderen bedrag:</h5></label>
<form action="`**<?php bloginfo('template_directory'); ?>/costsCalculator.php"**` method="post" id="ccf_form">
<input type="text" name="invoiceAmount" value="" />
<input type="submit" value="Bereken" />
I am trying to get the costCalculator.php to intergrate in Pro but am not getting it to work.
First question
- is it at all possible to get a php script to work in combination with the editor and
Secondly
- if it is possible how do i point to my child theme?