Hi , I have an HTML caluclator that I want to put on a wordpress page (not in widgets/sidebar) I can load the calculator up ok, get it displaying on the page and able to fill out the boxes. Only problem when I push calculate, the page reloads to a black WP page. Any suggestions about what I might be doing wrong? i tried to upload the jquery to the function.php file, but wordpress gave me a 501 error stating i couldnt edit the file. any suggestiong?
Hello, You need to create new template and put all the code the there what ever jquery, html. Than call that template on specific page where you want to display the calculator. Please let me know
Hello, you can use a FTP client to upload a new version of the file functions.php. Maybe if you posted the code here, we might be able to give you specific advices.