This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Exporting Code using PHP Form File - Borders & Background not Showing
Started 9 years ago by jbeen | 2 posts |
-
Hi AppNitro Team,
I'm trying to go live with my site and my beautifully exquisite machform is showing but without the background colors and borders. It is text only. I've tried to use all the export code options; however the 'php form file' option said it will retain borders/colors if I use it on the same station where the app is installed (which it is). I'm running Xampp. I created a folder in htdocs called 'live' and plugged in the code that machform exported for me below:
<?php
date_default_timezone_set(@date_default_timezone_get());
header("p3p: CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"");
session_start();require("C:/xampp/htdocs/machform/machform.php");
$mf_param['form_id'] = 10248;
$mf_param['base_path'] = 'http://localhost/';
$mf_param['show_border'] = true;
display_machform($mf_param);?>
when I type in localhost/live the form comes up but no borders. I'm literate with computers, but a code novice. Thanks!
Posted 9 years ago # -
jbeen -- is it possible for you to contact us directly and send us a screenshot?
Please send to: customer.service [at] appnitro.com
MachForm Founder
Posted 9 years ago #
Reply
You must log in to post.