I created a confiform and want to save the details entered in the form by a user as a child page of the same confiform.
I'm able to create the child page once the form is submitted but the new child page that is getting created only has the title like I specified it to be and the rest of the page is blank.
Want to know what needs to be done to get all the details entered in the form in the child page.
Any help is much appreciated.
Hi
What do you have as a template for the page you create from ConfiForms?
What contents it has / template?
Some examples/tutorials from ConfiForms wiki, https://wiki.vertuna.com/display/FORMS/How+to+create+pages+in+Confluence+with+ConfiForms
Alex
Hi Alex,
I have not used a templet per say but have added the fields for the confiform individually.
The tutorial you shared is working but it's only giving the Field Value and not the Field Label.
Is it possible to have display the field label along with the field value in a tabular form in the created child page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can put WHATEVER you want inside the template/macro body - label, static text, other macros
Everything will be used as a contents to create a page
Consider also using CardView/TableView macros... with filter to apply on dataset set to
id:[entry.id]
(to filter current record)
More on ConfiForms and Confluence pages https://wiki.vertuna.com/display/CONFIFORMS/Using+ConfiForms+app+as+template+engine+to+create+pages+in+Confluence
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the above information.
Another question, I created a space template with the field labels same as what I have in the confiform, how do I reference the field details entered in the confiform to the template and populate the same in the child page?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, not sure I understand this comment.
Any visuals you can provide?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can't really share a visual, will try to explain again.
Basically, the field labels will be from the template created and the values that will be shown against each field will be the input entered by the user in the confiform.
Hope this makes sense.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you asking on how to CHANGE the template variables in your Confluence template from ConfiForms?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not really, I'll figure something out for it.
Another question:
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Honestly, I dont quite understand this -> what exactly is the question and what are you trying to do.
If you are trying to build a form that looks up some values from the other or the same form then have a look at the following example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm trying to build a form that looks up some values from the other form only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by “choose record”?
You can set up rules in ConfiForms to lookup values from another form - https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Field+Definition+Rules#ConfiFormsFieldDefinitionRules-Lookupandsetvalue
earlier I have provided you an example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By "choose record" I mean to say:
Kushagra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Honestly, the comment I left on March 1 answers your question - you need to use https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Field+Definition+Rules#ConfiFormsFieldDefinitionRules-Lookupandsetvalue if you want to lookup values from another form and set them whenever you want them to be set
I really cannot give any other answer
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's the reference on how to input the page id when creating a page via confiforms
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.