I am trying to add the additionally one fields in the Gift message on Magento2. Added the required text field in the Gift-message-form.html. Its displaying in the frontEnd.
Also Created a field in the table using InstallSchema.php.
Added the newly added variable in /Api/Data/MessageInterface.php and Magento-gift-message/Model/Message.php .
But Still I can’t retrieve the value that I entered in the text box on the Model. Can anyone share the example to achieve the same.