Hello Ruben, thanks for the reply.
However, I am not asking for customizations here ??
What I am saying is that it is not working with the attribute type=submit
You and the team may want to check it.
I already applied all the requirement in order for the event to be triggered.
Adding code in function.php or just like you said, put class gamipress-link.
Just to encourage you and the team to check it. I try all possible scenario for the implementation. I put it down below with trigger specific ID: gamisubmit
1>
<input type=”submit” id=”gamisubmit” class=”gamipress-link button” value=”<?php esc_attr_e(‘wp-job-manager-applications’ ); ?>”/>
2>
<div id=”gamisubmit”>
<input type=”submit” class=”gamipress-link button” value=”<?php esc_attr_e(‘wp-job-manager-applications’ ); ?>”/>
</div>
3>
<div id=”gamisubmit” class=”gamipress-link”>
<input type=”submit” class=”button” value=”<?php esc_attr_e(‘wp-job-manager-applications’ ); ?>”/>
</div>
Thank you for the time and consideration. May this case involve Gamipress even further.