• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Saving ,incomplete forms

Saving ,incomplete forms 3 months 1 week ago #43230

  • Crispin
  • Crispin's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 4
A client has asked me to create a large form that will need some time and thought by the user. I want the user to be able to save their progress and come back to it later to complete. How can I do this with RSforms?
The administrator has disabled public write access.

Saving ,incomplete forms 3 months 1 week ago #43231

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

We do have an older example on this topic that you can use as a starting point, please refer to :
www.rsjoomla.com/blog/view/334-save-and-edit-form.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: Crispin

Saving ,incomplete forms 3 months 1 week ago #43235

  • Crispin
  • Crispin's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 4
Thank you for this, brilliant solution.

There is one small glitch. When clicking the 'Use Data' button. the original modal is hidden and another is created. So now we have two identical modals, one visible, one not.

I haven't edited the Javascript, though I was planning to edit the text displayed a bit.
<div id="myModal" class="modal hide fade" tabindex="-1" aria-hidden="true" style="display: none;"><div class="modal-header"><button class="close" type="button" data-dismiss="modal">×</button><h3 id="myModalLabel">HEADS UP!</h3></div><div class="modal-body">Heads up! We have saved what you previously entered. You can use it or clear it and start from scratch! </div><div class="modal-footer"><button class="btn" data-dismiss="modal" id="delete">Clear</button> <button class="btn btn-primary" id="populate">Use Data</button></div></div>
<div id="myModal" class="modal hide fade in" tabindex="-1" aria-hidden="false" style="display: block;"><div class="modal-header"><button class="close" type="button" data-dismiss="modal">×</button><h3 id="myModalLabel">HEADS UP!</h3></div><div class="modal-body">Heads up! You have data stored in the Local Storage! You can use it or clear it and start from scratch! </div><div class="modal-footer"><button class="btn" data-dismiss="modal" id="delete">Clear</button> <button class="btn btn-primary" id="populate">Use Data</button></div></div>
Last Edit: 3 months 1 week ago by Crispin. Reason: Forgot to add code
The administrator has disabled public write access.

Saving ,incomplete forms 3 months 1 week ago #43236

  • Crispin
  • Crispin's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 4
It's interesting to note when clicking 'Use Data' I get two messages 'Form Restored'.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!