Dynamic PDF forms can re-render on the client depending on user interaction (adding or deleting controls, changing layout and colors). They were first introduced in Adobe Reader 7.0 and can be interactive or non-interactive.

learn more… | top users | synonyms

0
votes
0answers
10 views

Get Data from POST-SUBMIT

sorry for my english, well, i have a view strongly-typed with the model VersaoUpload called index and this model has a member IEnumerable ArqUpload that contain two fields typed string. The view ...
1
vote
0answers
19 views

storing dynamic text input into database

Insert Dynamic text input values into mysql using servlets I have a form where i use a javascript to add additional text fields. how can i store these values in the database? in my servlet, when i ...
0
votes
1answer
127 views

JS - jQuery Dynamic add remove Input Fields

I have a form where I add Input fields ( groups ) dynamically. It is quite a complex form, and a PART can be seen here : FIDDLE The actual error i get on the consul is : Error: uncaught exception: ...
0
votes
1answer
128 views

Dynamic Fields on JSF

I need to perform a web service (method) call just before load of a jsf page. The call will return a list of input fields that have to be displayed on my jsf page. The user can fill in the form and on ...
0
votes
1answer
96 views

Jquery Validation - How to validade a dynamic form?

I'm new to Jquery Validation(http://docs.jquery.com/Plugins/Validation) I've a dynamic form. I need to know if it possible to validate a form like this: <form ...> <div ...
4
votes
1answer
196 views

Django - How ModelChoiceField queryset's works?

I have a form with a ModelChoiceField, and i want to load on it a table from my DB. If i use this queryset on my form's init, then my view's form.is_valid works fine: ...
3
votes
1answer
100 views

How to concatenation values from string into value in variable?

I am currently working in Open cart frame work. In that Open Cart, Dynamic forms are present.In that Dynamic form, so the script also dynamic, I have to calculate when the form data changes. during ...
2
votes
0answers
28 views

How to get concotenate value with string to get the value from variable

Please check the script below. Dynamic form, so the script also dynamic, I have to calculate when the form data changes. during this i am getting some problem. am getting the value from the ...
-2
votes
1answer
569 views

MVC 4 ASP.NET 4.5 dynamic form builder options?

I have developed custom form builder type application using ASP.NET 3 years back. Now working on new project and it has similar requirement. I think there must be something new and easy to do same ...
1
vote
2answers
92 views

How to get dynamic fields values - jQuery

I am quite new with jQuery and I don't know how to implement this scenario. For example if I have a form with two text boxes in a raw Name and Email. At the right is a plus button where user can ...
1
vote
0answers
71 views

line delete function does not work well

I have created a table that contains a dynamic form, so when clicked add button will display a new row with the same form each line. and I have also made ​​the switch to clear the form, but it is not ...
2
votes
1answer
180 views

calculating the sum of the array form with javascript

I want to display the number of values ​​in array form. I have a lot of form with only one name is "price []" and have each value on the form. I want to calculate the total value of the form "price ...
0
votes
1answer
50 views

tag selector not appear in dynamic form

I want to display a button on the selector .hapus-baris-makanan when the number of array form of nama-makanan more than one, then a button in the selector .hapus-baris-makanan will appear, but if the ...
0
votes
3answers
274 views

delete rows from a table from dynamic form with javascript

I want to remove any rows from a table I have created using a dynamic form, so the rows of the table can be increased automatically when clicked on the button "add". and I want to remove any rows from ...
1
vote
3answers
446 views

dynamically create forms using a STRING

I have 5 forms created at design time. I need to dynamically create an instance of each form and put on a tab. My question: If the form names are in an array of strings and I call my procedure like ...
2
votes
1answer
230 views

Errors while adding dynamic form field

I am trying to add dynamic form fields to jsf form. But even following simple codes gives errors. test.xhtml <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
2answers
277 views

Javascript Conditional Dynamic Form Not Inputting Fields

I have the following form. It's purpose is to see what state is selected and pass that value to a script that will dynamically add more dropdown boxes with an auto-incrementing ID for storage in a ...
1
vote
1answer
128 views

Jquery Use with Form and Tables including replication

So I have been at this and have tried so many different things, I am hoping that I could get some help. I have the following form that I want to use. I understand all the backend access components ...
0
votes
1answer
273 views

Get component IDs and values that are generated dynamically

I have a questionnaire form in which components (questions) are generated all programatically in my backing bean. In form submit event I need to collect all user inputs and store them in db. But JSF ...
1
vote
1answer
404 views

Create and add f:selectItems to HtmlSelectOneRadio programmatically

I'm using JSF to create a questionnaire and therefore I need to create my whole xhtml pragmatically because there are different types of questions and the number of them is not predefined. All I ...
0
votes
1answer
289 views

django-dynamic-formset creating two add/remove links per formset

For some reason my implementation of django-dynamic-formset is acting a little funny. It is creating two add/remove links for each dynamic formset in my template. I have been fiddling around trying ...
1
vote
1answer
1k views

MVC3- Posting dynamic form data back to the server using AJAX

I'm working on a database entry system for services here at my company. Each service can have as many operations as needed. Likewise, each operation can have as many parameters as needed. What I'm ...
0
votes
1answer
170 views

What datastore to use for user designed forms - Any advantages with NoSQL for EAV

I need to allow for user designed form creation, via a web interface, in my software. ie, they create a question, a type (text, radio, checkboxes etc), options if needed(radio/check), then add, and ...
0
votes
0answers
86 views

Rails HABTM dynamic virtual attributes

My apologies for what may be a poor explanation here, I'm a rails beginner and this problem is making my head hurt! I have a new service form that allows a user to configure add-ons for their service ...
0
votes
1answer
509 views

Porting Dynamic form binding Play 2 sample app in Play 1

Following is the Play 2 app, https://github.com/playframework/Play20/tree/master/samples/java/forms Which portrays Dynamic form binding where form fields and sections are dynamically added and ...
2
votes
2answers
807 views

Zend Framework Dynamically added fields of a form and populate

I have been attempting to create a form where a user can simply press a button and the form will add a new field for the user to use. I have 2 of these dynamically added field types. Firstly a field ...
1
vote
2answers
215 views

dynamic javascript/php form with radios cerating a second feild

hi im new to java and im having a little 'teething' problem here is my code so far <form name="job_app"> Source?<br/> <input type="radio" name="source" value="GAZ" id="GAZ" ...
2
votes
2answers
1k views

Symfony 2.0 updating select options with JS?

I've been googling for hours but surprisingly I didn't find any topic on that subject. I have the following Form class propertyType extends AbstractType { public function buildForm(FormBuilder ...
1
vote
0answers
120 views

What it the rails way to make dynamic forms? (Is the JQuery the only option?)

I'm going to make form that: Shows a message (text, object description) to rhe user Shows a list of buttons. like 'comment', 'reroute' and 'close'. 3.1 If the user clicks on 'comment', shows ...
0
votes
0answers
262 views

How to clean dynamic form fields in Django

I am generating a form dynamically based on initial user choice. The question is: how can I validate dynamically generated fields? This is my code so far: #forms.py class SelectionForm(forms.Form): ...
1
vote
2answers
205 views

Dynamic forms with django and google app engine?

My senior project group and I are designing a form for django in google app engine (python) and we were wondering if there is a way to make a dynamic form. That is, that the user can click on a ...
2
votes
2answers
595 views

vb6 call form with name contained in array

I have an Array named Menus. It contains a form name per element. How can I call them dynamically? For example, if Menus(1) = "Login", and Menus(2) = "Logout" I need to say Login.Show but I want ...
1
vote
1answer
1k views

How to generate a table with dynamic columns using rich:dataTable?

I have to generate a dynamic table using JSF. I have a arraylist containing headers and another list containing list of strings for holding the actual data - each entry in the main list representing a ...
1
vote
0answers
245 views

Rails - dynamically generating deeply nested attributes in forms

I haven't found a solution for my particular problem, or don't understand it enough to know where to look. I have a nested form where I dynamically generate new objects as per Railscast 196/197. This ...
0
votes
1answer
91 views

Applying reader extensions removes form script?

Situation: I'm working with Adobe Livecycle ES2 and Flex In our project we show a pdf form inside a flex form with a flex Iframe, so we use the adobe form bridge to communicate between flex and Pdf. ...
0
votes
1answer
766 views

JSF 2.0: how can I dynamically generate Input component

In my application, I have the following Constants class public class Constants { ... public static final int MAX_NUM_OF_PICTURES = 2 ... } Earlier when I was using JSP, I managed to ...
0
votes
1answer
681 views

Why does commandButton action listener does not working?

I'm using Primefaces components with JSF2.0 and Tomcat 6. The goal is to dynamically create a server components from bean. Just for test I did the next thing: private Panel editorPanel; ...
2
votes
1answer
658 views

How to dynamically build a back bean edit form

I need to build a form dynamically putting inputText field, I'm using this code: <h:form> <c:forEach items="#{userBean.getFieldList()}" var="field"> <h:inputText ...
0
votes
1answer
998 views

Dynamic input values not updated in backing bean

I have created a dynamic input field which changes depending on the item type. <h:panelGrid columns="2" cellpadding="10"> <c:forEach items="#{tabVar.items}" var="itmVar"> ...
0
votes
1answer
82 views

Trigger jQuery function when <form> content changes.

I have a form that dynamically changes when a button and/or link is clicked, and I am using jScrollPane in a div located inside the form called ".softcontent". When the content in the form changes ...
5
votes
1answer
2k views

Spring Dynamic (Expandable) List form

I am having problems with dynamic forms in spring. In our form we want to specify a title, and add a number of questions. We have an "add" button to add question input form using jquery. Our form ...
1
vote
1answer
313 views

jsf render component type?

I am creating an online survey application using JSF with IceFaces. The survey can have any number of questions. Each question can be any one of the types checkbox, radio button, textbox, etc., with ...
2
votes
1answer
2k views

JSF 2 dynamic form and bean validation JSR 303

I generate a dynamic form starting from annotated bean. The same bean is annotated for validation using Hibernate Validator. The form is correctly rendered but when the form is submitted the ...
1
vote
1answer
409 views

How can I do this with a custom/composite component?

I tried to ask a more specific question but I think i may have been overly specific so I'll zoom out to get a better advice. I'm trying to create a composite/custom component that will accept two ...
2
votes
1answer
656 views

Codeigniter HMVC and calling a view from jQuery

New to HMVC in Codeigniter. Dynamic form allows new "segments" to be created when a user clicks a link. Currently the segment html & php is in module/view/segment_view.php. The view ...
0
votes
2answers
526 views

adding and deleting (specific) form elements using javascript

i have a textarea and beside it are two buttons: "add another textarea" and "delete this textarea" here is my html code: <div id="summaryIn"> <label ...
8
votes
1answer
4k views

How to implement a dynamic list with a JSF 2.0 Composite Component?

I asked this question and although the answer directly satisfied my needs I am left with a feeling that there has to a simpler solution for this specific problem. I would like to have a composite ...
2
votes
2answers
604 views

Storing data from dynamic forms

I am working on dynamic form generator. Someone can create fields like: string, text, boolean, number, file etc. Are there any gems or guidelines for storing data from such dynamic forms? I mean I ...
2
votes
1answer
758 views

How do I create and process dynamic forms in ASP.NET MVC 3?

In an upcoming project, we will be creating forms for citizen's to fill out to start the process of applying for the requested license or permit. As one can imagine, a form tends to change often. I ...
1
vote
3answers
392 views

Dynamic forms

I want to create a script that does the following: When answering questions via a radio, drop-down, or checkbox, the script checks When selecting a radio button (or dropdown, or any form element ...

1 2