Hi,
I have few input fields and created button(converted single line text to button) on content fragment.
When i click button on content fragment, the input fields are updated through ajax call response data, But when i am trying to save the updated values that is present in the input fields via default save button on the TOP is not updating to Content fragment.
If i edit any input fields in content fragment, then newly updated values are saved to content fragment via SAVE button on top.
Is there a way to customize the save action ?
Thank you.