Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
survey
Commits
c3390de3
Commit
c3390de3
authored
May 29, 2020
by
Raph El
Browse files
Address : hotfix design
parent
b8708198
Changes
2
Hide whitespace changes
Inline
Side-by-side
views/tpls/forms/cplx/address.php
View file @
c3390de3
...
...
@@ -67,7 +67,7 @@ if($mode == "r" || $mode == "pdf"){ ?>
path
:
"
answers.
"
+
pathAdd
};
answer
.
value
=
cplxAddObj
.
r
esult
;
answer
.
value
=
cplxAddObj
.
getR
esult
ToFormData
(
cplxAddObj
)
;
mylog
.
log
(
"
addressObj.saveAuto
"
,
answer
);
...
...
views/tpls/forms/formbuilder.php
View file @
c3390de3
...
...
@@ -123,7 +123,7 @@ if( isset( $form["inputs"] ) ){ ?>
if
(
$input
[
"type"
]
==
"tags"
)
$initValues
[
$key
]
=
$input
;
echo
"<li id='question"
.
$key
.
"' class='questionBlock' data-id='"
.
$form
[
'_id'
]
.
"' data-path='inputs."
.
$key
.
".position' data-key='"
.
$key
.
"' data-form='"
.
$form
[
"id"
]
.
"' style='margin-bottom:0px'>"
;
echo
"<li id='question"
.
$key
.
"' class='
col-xs-12 no-padding
questionBlock' data-id='"
.
$form
[
'_id'
]
.
"' data-path='inputs."
.
$key
.
".position' data-key='"
.
$key
.
"' data-form='"
.
$form
[
"id"
]
.
"' style='margin-bottom:0px'>"
;
$this
->
renderPartial
(
"survey.views."
.
$tpl
,
$p
);
echo
"</li>"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment