Hello Beautiful Blackhat people! Please help any smart web designers

Joined
Oct 23, 2012
Messages
33
Reaction score
9
I have been looking for a savings calculator form. I have yet to find it a plugin for my word press site to use or any software. There is one site that has the exact thing I'm looking for as unethical as it is can someone direct me on how to recreate it. I can see the source code and inspect the elements but how can I get it put on my site. If anyone can help me I would forever be indebted to you. I would offer a little cash to a fiverr but I am dead broke and this project I'm creating can put some cash in my pocket. Here is the website of the savings calculator I want.
mdon-linedotcon/mdonline/savings-calculator.asp (replace the n for an m)
 
How about this one
Code:
http://wordpress.org/extend/plugins/calculatorpro-calculators/
 
I tried it but it does not allow much customization it simply gives you a calculator that is premade. Thanks for the response. I really hope someone can help me.
 
Well, as far as I know this is just basic PHP. I don't use WordPress, so I don't know if it's possible to add your own made PHP code or that you are forced to use the basic plugins made by WordPress. Btw, do you just need the kind of form that you shown on the site you posted or do you really need to know the exact algorithms that are used? I just have a little knowledge about PHP, but I have enough to know that this shouldn't be difficult for someone who is more experienced.
 
Unfortunately for me I am just beginning to learn how to code. I just need to know how I can upload it to my site. I was able to grab the forms css file and the form image by inspecting the element but I have no idea where to place theme :-(
 
U can use plugins that let you input php code directly into posts and widgets. But I had problems getting it working fully.

You will need to put the php directly into your template files!! U should have a post-template.php file somewhere stick it in there!! U will then need to create some sort of function so that you can input the form into posts.

I dare say this may be beyond your possibility as someone new to php. Maybe you should try to create a site that is not soo complex.

U could also try to find a joomla theme with this built in.

Is there no mainstream site using this you know of?? If so there will be a clone somewhere on the Internet.

Good luck
 
Back
Top