All Apps and Add-ons

Splunkdj web framework

madakkas
Explorer

HI Splunk Gurus.

I am trying to create a form using the splunkdj framework and have used the below in forms.py

from splunkdj.setup import forms

class SetupForm(forms.Form):
    email1   = forms.EmailField(endpoint='configs/conf-mysetup', entity='customerinfo' , field='email',max_length=100)
    email2   = forms.EmailField(endpoint='configs/conf-mysetup', entity='customerinfo' , field='email',max_length=100)
    password = forms.CharField(endpoint='configs/conf-mysetup', entity='customerinfo'  , field='password',max_length=100,widget=forms.PasswordInput(render_value=True))

the same works good. But i want to change the same from Email fields and password fields to add more text fields , and check boxes. Not sure how i can do the same. All help in regards to the same is appreciated along with any references where i can look in for similar situations to tackle similar situations as well. like to understand what all values each of the arguments can carry etc,

thank You in Advance

0 Karma

p_gurav
Champion
0 Karma

madakkas
Explorer

ive tried it mate. It did not help . I am trying to king to access the variables passed and am not able to retreive them even using a normal request.POST.get('variable_name',None) method. Not sure what is going wrong

0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...