Hello,
am using openzeppelin Minimal formarder and autotask, relayer for enabling meta transactions in the dapp. But I see lot of information being shown during metamask sign window because of which sign button is disabled by default and it gets enabled after clicking on down arrow highlighted in the picture. Users will be confused on why SIGN button is disabled and down arrow is not visible properly.
Can we customise these fields in metamask window? I am passing the required fields to the signature which are needed for forwarder to verify like
( req.from, req.to, req.value, req.gas, req.nonce, keccak256(req.data)))