Simplify fetch functions/logics in membership form
I think I should use a similar pattern as I did for portal. It will make sure the callback function is in related components and in the utils/helpers file, everything will be more generic and re-useable.
Currently, some states are paased into helpers file and some callback functions are declared and executed there which makes code more comletecated and harder to read and maintain.