
320,047 Downloads
Joomla! 2.5.x & 3.x
Version 3.0.5
Download
Joomla! 1.5.x
Version 2.0.6
Download
Overview
Concise Guide
Installation in J!1.0
Usage for J!1.0
Installation in J!1.5
Usage for J!1.5
Upgrades
Troubleshooting
Tutorial
Security Checklist
Jumi 2.1 Guide
News
Blog
Whishlist
Change Logs
About
Acknowledgements
Downloads
Development
Feedbacks
Forum
You can use Google power to create forms and include them into your Joomla! website.
In this example I'll show you how to include sample form into Joomla! with Jumi.
Prerequests
First of all you need to have Google account to use Google Services. If you don't have Google account yet, please follow this link: New Account
You need to have some basic skills for using Google Documents. You can take this short tour
Create new form and click to Embed form.
Copy the code provided by Google.
google_form.php
<?php defined("_JEXEC") or die("Restricted access"); ?> <iframe src="http://spreadsheets.google.com/embeddedform?key=pn8VDgNhD0N9uMVXndBleWA"
width="310" height="549" frameborder="" marginheight="" marginwidth="">
Loading...</iframe>
Adding Jumi application
Now you need to add new Jumi application from Joomla! backend. You can read Basic Jumi Demo article if you don't know how to do that.
I'll call it: Sample Google form.
Sample Form