Hi Guys,
I used one ModalTemplate section in base calss in section submit button come like different.
Please check once in screen shot .Please help me how to remove that double line .

Hi Guys,
I used one ModalTemplate section in base calss in section submit button come like different.
Please check once in screen shot .Please help me how to remove that double line .

Click on button configuration in the section where it is placed and navigate to presentation tab and change the control format to Standard.
Hi @kirti
I have used the same pzModalButtonSubmit in my use case but I am getting result properly so please refresh or try creating it again.
please find the below screenshots for reference
@prasadreddyM16651450
As per requirement button style I need to put Simple only with orange color and orange board.
But when I click on search button pop up window open. That time submit button come like that click on popup window.
@kirti -
Open application skin
Select buttons → Simple
Verify the preview in this rule
If the skin has inherited skin verify the above in other skin rules as well.
If its properly seen then some styles from some css file is impacting.
Thank you.
@Priyanka Boga
Button style I checked in Skin level also. everything is fine on skin but in Ui button come like that.
@kirti - Then some custom styles might be getting applied. Try below change in UserWorkForm and verify the issue.
<style>
.Simple.buttonMainTable{
padding-bottom: 0px !important;
}
</style>
Thank you.
Also you can put value for button style param as Standard ,Strong, Simple or Other. Hope it resolved your issue.
@kirti Try to change the style of button . It should be different CSS style also in presentation layer of the same button control try to change the CSS setting. In case both not works .
Open any Pega OOTB submit button control and copy exact each step . You will get correct output. Things wil defintely work take the correct input from already created buttons.
can you tell the name of the section that you used for modal template
I am used pzModalTemplate save as to my base class with the name of ModalTemplate.