django-crispy-forms is a pluggable django app that helps to write DRY forms by providing additional capability to configure and control the rendered HTML
1
vote
2answers
37 views
'FormHelper' object has no attribute 'append' while using crispy_forms in django
I'm new to Django, and I am trying to style forms with crispy forms. I have a form in my app which happens to be a modelform, and I've followed what has been said here ...
0
votes
0answers
26 views
jQuery - select2 dynamic add option, django
I use django crispy-forms to generate form in template.
For one of the fields, I applied select2 jquery plugin.
I try to dynamically add option to this select, however, I am not able to do so.
I've ...
0
votes
1answer
29 views
Django - custom controls HTML in crispy forms
I try to use Crispy forms for ModelForm in Django. However, I need custom HTML code for all fields.
Here is sample field code generated by crispy forms:
<div class="span12 field-box">
...
0
votes
1answer
43 views
Field labels crispy forms Django
I want to use the same model for two forms and change the labels of field how can i change the label?
this is my one form:
class jobpostForm(forms.ModelForm):
class Meta:
model = ...
1
vote
0answers
88 views
django-crispy-forms for jasny file upload
I am using django-crispy-forms (http://django-crispy-forms.readthedocs.org/) and I am trying to use Jasny Bootstrap file upload (http://jasny.github.io/bootstrap/javascript.html#fileupload) to make my ...
2
votes
0answers
60 views
convert textarea of crispy form into rich text editor?
Can anyone tell me the best way to convert a simple textarea of crispy form into a rich html text editor. i tried many time but tinyMCE woks only on normal form not on crispy form. i am new to django ...
0
votes
0answers
18 views
Inject errors into a django crispy form
My question is very similar to Inject errors into already validated form? but relates to django crispy forms instead of the regular form library. I've tried and the suggested method works for crispy ...
0
votes
1answer
12 views
Editing the emtpy_value attribute for a select widget with django-crispy-forms
I'm trying to figure out how to set the empty value of a 'select' element to "Choose your location" instead of "--------" in django using django-crispy-forms. Does anyone have any suggestions on the ...
0
votes
1answer
40 views
Filtering html form options based on previous input
I'll preface this question by saying I'm not looking for code here, just an indication of whether my approach is correct before I undertake a large effort. That's why it will appear I have yet to try ...
1
vote
1answer
75 views
Django-crispy-forms AttributeError when using built in AuthenticationForm
I'm trying to use django-crispy-forms to display the built-in AuthenticationForm with the login view in django. I'm having issues subclassing AuthenticationForm - I'm getting an AttributeError. The ...
1
vote
0answers
70 views
How to use a CreateView and include fields in form for new ForeignKey model?
By default CreateView/UpdateView just includes a dropdown for selecting an already existing ForeignKey-related object.
Using django-crispy-forms, how do I have a CreateView or UpdateView that not ...
0
votes
0answers
26 views
FormHelper in Forms - is it required?
I use django-crispy-forms.
Is it required to appending FormHelper to my forms, like this:
helper = FormHelper()
helper.form_class = 'form-horizontal'
helper.layout = Layout(
Field('text_input', ...
0
votes
2answers
123 views
Change the widget of just one field in django-crispy-forms with the layout object AppendedText
I am using django-crispy-forms to render the form of a model in django. django-crispy-forms already integrates very well with Twitter Bootstrap and has defined a layout object for the AppendedText ...
0
votes
0answers
51 views
crispy forms: showing form fields on selecting radio button
I am using crispy forms and i want to display the form values on the basis of selection of radio buttons.
here is my form:
class jobpostForm(ModelForm):
class Meta:
model = jobpost
...
1
vote
0answers
27 views
django - assigning unique ids to divs in django crispy formset
I have a Django-crispy-form that is rendered as a Django formset. The form's Layout has a Div element that I'd like to manipulate in Javascript. However, I don't see how to generate unique IDs for ...
0
votes
0answers
58 views
Crispy forms self user
I am using Django 1.4 and crispy forms.
There is some issue with that. I am looking at examples but still can`t figure it out.
I have example with "pk" arg where you edit requested user.
But now i ...
1
vote
1answer
68 views
django - refresh one form without clearing the other
I have a django page with two forms:
class FooForm(forms.Form):
number = forms.CharField(
label = "Number",
)
num_forms = forms.CharField(
label = "Num Forms"
)
...
...
3
votes
1answer
137 views
django crispy forms: Nesting a formset within a form
I have a django Formset that I'd like to layout in the middle of another form. I'm using django-crispy-forms to set the layout in the parent form's __init__:
from crispy_forms.helper import ...
0
votes
1answer
107 views
django - Creating a radio select with select box options
I want to create a set of radio options that look like so:
The non-standard part is that selecting the first or second radio button option requires the user to further specify information from a ...
0
votes
1answer
216 views
django-crispy-forms have field and button on same row
I am needing to have a bootstrap PrependedText field with a button on the same row. I can get it on the same row but it shows the button before the textbox and I want it after. What am I doing wrong ...
2
votes
3answers
229 views
Create controls-row in django-crispy-forms
Using django-crispy-forms I want to combine two (or more) widgets on a single row. See also the attached example. I think it should be possible using that library, although the documentation does ...
1
vote
2answers
102 views
Disable autocomplete in django-crispy-forms PrendedText Field
I am using django-crispy-forms and wondering how to disable autocomplete for a specific field. The field is a forms.IntegerField that is prependedtext.
p_number = forms.IntegerField()
helper = ...
0
votes
1answer
85 views
Django crispy-forms cannot find CSS
I am using Django and Crispy Forms. I can get the form to render correctly, but no CSS formatting appears. What do I need to do?
I have added
CRISPY_TEMPLATE_PACK = 'bootstrap'
to my settings.py ...
0
votes
2answers
74 views
How to pass currently logged in user to the model using generic views?
I am new to django and I was asked to associate currently logged in user with Context (my model class) the user creates.
How/where to retrieve the User (from request.user) object? How to set it in ...
0
votes
1answer
59 views
Not able to use Row in django crispy forms
Initially my this code was working and it display the rows with many columns.
class testForm():
def __init__(self, *args, **kwargs):
self.helper = FormHelper()
...
0
votes
1answer
102 views
How to include HTML header tags in Django Crispy Forms?
I have the following HTML segment that I want to translate to django crispy forms:
<div class="span5">
<h3 class='offset1'>Select images</h3>
<div ...
0
votes
1answer
296 views
Django Crispy Forms: Replace Label and Radio Buttons with Images
I have a form where a certain field is a radio selector with 3 options. Let's say this represents Good, More-or-Less, and Bad.
I managed to put them in the same line with InlineRadio, like this:
...
0
votes
0answers
89 views
Using a model instance with django-crispy and a formset
I've got a modelform_formset that I'm rendering with django-crispy. Inside the layout of form used I have the following:
self.helper.layout = Layout(
Field('remove', css_class="inline"),
...
1
vote
1answer
172 views
Django crispy form __init__
I've just started to use crispy form and I've noticed some irregularities in how the forms are being described and what effect will it have down the road
From the example in github, layouts are ...
0
votes
1answer
24 views
Is it possible to default helper.form_tag to False in django-cripsy-forms?
I have started using django-cripsy-forms in a django project. I would like crispy to not print the tag for every form, by default. I know that I can create a helper for each form and set the ...
0
votes
0answers
176 views
django crispy forms edit form
I'm trying to use the add form as the edit form as well. I'm using the form helper to generate the fieldset legend, but I would like to override some of these variables. I can do this via: instantiate ...
0
votes
1answer
491 views
Django crispy form, hide/show fields in the template
i'm using Crispy-Form and Bootstrap within Django. It works very well.
Now, i would like to have a field showing only when another field has input.
Basically i've a multpile select list called A ...
1
vote
1answer
175 views
Django Crispy Forms - Layout Helper - Set Div Id
like the css_class attribute I can pass to a `Div() in the layout helper, I need to set the id as well...
self.helper.layout = Layout(
Div('attr1', css_class="myclass")
...
1
vote
1answer
589 views
Django way of handling forms?
I'm putting a project together and attempting to utilize as much of open source libraries as possible to minimize the 'typing' involved in getting things done. I am using django, crispy-forms and ...
0
votes
2answers
349 views
Use field label as placeholder in django-crispy-forms
I'm thinking about the DRY way to use field labels for placeholder attribute of my <input> HTML elements. I'm using django-crispy-forms.
Right now I have:
class FilterForm(Form):
query = ...
0
votes
1answer
49 views
How to use field in a linked table as a field in django-crispy-forms?
I have two models that are linked by ForiegnKey, and I'd like to use the fields in the PhoneNumber model for my form, using django-crispy-forms.
What I've tried is using the syntax ...
0
votes
1answer
112 views
What template variable does django-crispy-forms use for formset forms?
I have the following in my template code:
{% crispy form.meters_formset form.meters_formset.form.helper %}
This renders a formset that is an instance variable of my form. This is how I handle ...
0
votes
1answer
241 views
django-crispy-forms : help_text_inline of FormHelper not working as expected
For the following model:
class MyModel(models.Model):
name = models.CharField(max_length=110, help_text="Some sample help text.")
def __unicode__(self):
return u'%s' % (self.name)
...
1
vote
2answers
973 views
django crispy-forms inline forms
I'm trying to adopt crispy-forms and bootstrap and use as much of their functionality as possible instead of inventing something over and over again.
Is there a way to have inline forms functionality ...
2
votes
1answer
877 views
use Crispy form with ModelForm
I've been running into crispy form http://django-crispy-forms.readthedocs.org/en/latest/index.html and seems to do exactly what i want: render forms with bootstrap layout.
Now, the example talk about ...
1
vote
0answers
98 views
Customise form.errors location in template when using crispy-forms
How can I display form.errors in one place only when using multiple crispy-forms on one page?
For example, I have the following form in my template:
<form enctype="multipart/form-data" action="" ...
2
votes
1answer
460 views
Using two django crispy forms
I'm having difficulty using two django crispy forms simultaneously. I have one form to just enter new data into my app and another form that displays in a bootstrap modal for users to provide ...
3
votes
2answers
1k views
AJAX feedback form using django crispy forms in Bootstrap Modal
There are quite a few moving parts to this question, but if you have any insight to any piece of it, it would be appreciated.
I want to build a feedback form that acts as one would expect. When the ...
1
vote
1answer
172 views
Validation in django-crispy-forms [closed]
I use django-crispy-forms - forms look pretty but there is too much work with code validation every fields oneself.
I neeed util to generate automatic validation email fields, password fields etc... ...
0
votes
1answer
130 views
A Django form for entering a 0 to n email addresses
I have a Django application with some fairly common models in it: UserProfile and Organization. A UserProfile or an Organization can both have 0 to n emails, so I have an Email model that has a ...
1
vote
1answer
225 views
Django crispy-forms, BaseGenericInlineFormSet & allow_delete
I came across a question while working with django-crispy-forms for which I'm unable to get an answer.
I have a rather complex form layout, everything works extremly nice with cripy-forms so far.
One ...
1
vote
1answer
221 views
Use a django template variable in django-crispy button name
I'm using django-crispy-forms to generate a Bootstrap-compatible form. For the form submission, I have the following code in my forms.py:
FormActions(
Submit('convert', 'Save changes', ...
0
votes
1answer
102 views
Propagating next parameter in login in oauth2app
I have a Django Web site where I'm using the oauth2app library for OAuth 2 authentication. I've also modified oauth2app to use crispy_forms, instead of the deprecated uni_form.
The authorize() method ...
1
vote
1answer
1k views
Displaying multiple Rows and Columns in django-crispy-forms
I'm using django-crispy-forms with Twitter Bootstrap , and I'm having some issues with customizing my forms into multiple rows and columns. One example problem is that nothing happens when I try to ...
0
votes
2answers
537 views
Django: Using crispy styled formsets in a class based view
Hi Stackoverflow people,
I would like to style a formset with the crispy app, but it causes some grieve.
A very simple model should be presented four times.
class ItemPicture(models.Model):
...


