
jure.kodzoman at informa
Feb 23, 2012, 5:39 AM
Views: 137
Permalink
|
Hi! Local storage is a way of storing your data locally on users computer. You can read more about it on: http://dev.w3.org/html5/webstorage/ The main benefit is if user doesn't fill out the form completely and leaves the page, form will still be prefilled when he comes back to the site. I've attached an IC tag that supports local storage. just call it with [local-storage fields="comment fname lname"] and it will store these 3 fields. fields should look like: <inputid="fname"type="text"value=""name="fname"> meaning they have to have both ID and NAME filled and they have to be the same. hope you can find some use for this tag. regards, jure -- Jure Kodzoman Informa Studio d.o.o. - Internet Marketing Company Zadobrovška cesta 75 SI-1000 Ljubljana, Slovenia +386 59 066 336 http://www.informastudio.com ---- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.
|