You need to set ‘pubsub#notification_type’ to ‘normal’. The PubSub configuration form currently has no high level API for that, thus you need to use the API of the Form one layer below:
What does "The PubSub configuration form currently has no high level API for that, thus you need to use the API of the Form one layer below"
this mean?
Because as I have given in the sample code, I am doing this already.
(form.setAnswer("pubsub#notification_type", "normal");)
So please tell me what am I doing wrong here? And what is the right way?