Tagged Questions
1
vote
1answer
137 views
PHP Review page for form data before processing them (e.g. email them)
I have HTML Form that sends only the filled forms to an email through PHP. Well I need to first send that info to a review page for customer to check with all the filled-in info, have them review and ...
0
votes
1answer
58 views
Connecting two views in Django
I want to make sure that my visitors (not authenticated users), are unable to visit a particular view without coming directly from a "previous view". I've kind of had to manually create a form preview ...
1
vote
1answer
108 views
Django Form with preview and confirmation
Disclaimer: I'm a beginner at Django.
I'm trying to create an app where I want the customer to preview and confirm a form before submitting it. I tried using the built-in Django FormPreview, but ...
1
vote
0answers
65 views
form preview security hash manipulation
i have three integer fields in one of models as follows:
class SomeModel(models.Model):
min_age = models.IntegerField()
max_age = models.IntegerField()
savings = helpers.MoneyField()
...
0
votes
0answers
468 views
Previewing form using javascript in lightbox popup
please I need some help in previewing a form in popup. I have a form, quite big, so I added the option of preview to show as popup. The lightbox form popup works well, but the problem I now have is ...
0
votes
0answers
36 views
Put uploaded images in form
I want to let people upload their pix on my page and then see how it will look in a fixed layout.
Say that you can upload three pix that has to be a certain height X widht
See link below for ex.
...
0
votes
1answer
207 views
C# build custom preview of completed form
I am developing a C# project and I want to know what are the possibilities to generate a preview of the completed fields at the end. The ideea that I have is to pass the values from elements to some ...
1
vote
1answer
276 views
Creating a Preview for a form, like google adwords
So I am making a simple form form customers to fill out, and I want users to get a preview of what their submission will look like. A great example of this is google adwords, when you are creating a ...
2
votes
2answers
263 views
How does 37signals job preview functionality work?
I'm interested in getting preview functionality working similar to how the 37signals job site does: http://jobs.37signals.com. Below are some screen shots of how it works.
Step 1. Create your ad ...
1
vote
2answers
1k views
Best way to create preview functionality in Rails
I'm looking to implement preview functionality in my posts scaffold. All I need to do is allow a user to enter information in the new view (/posts/new) and then replace the submit button with a ...
6
votes
1answer
1k views
Django Form Wizard and Preview with ModelForm
I have a large Django model (73 fields) that will will be connected to a ModelForm. I'd like to use a combination of the functionality found the Form Wizard and Form Preview contrib apps.
I.e., the ...
0
votes
4answers
81 views
Flash & external form fields
Does anybody know if this is possible?
I am trying to create a flash movie that will show / preview what I am typing into a field in a normal HTML form. The call to update the flash movie would most ...