updates
September 26, 2018, 3:01pm
1
Hi everybody,
I used for first time Notifications today in Wappler.
I add the component in AppConnect
I select the FORM
In dynamic events I selected: ServerConnect -> Succes
Action: notifies1.success and I put the text.
But trying the form nothing happens.
Can you help me ?
thanks
Roberto
mrbdrm
September 26, 2018, 3:12pm
2
did the form actually success?
updates
September 26, 2018, 3:15pm
3
Yes it success. (I checked the db)
It is imporant where I put the component “notification” in appConnect? or just anywhere?
mrbdrm
September 26, 2018, 3:17pm
4
anywhere.
check the response from the server in the browser console. it should be code 200.
just to make it simple for testing add the message to the Done event and test
updates
September 26, 2018, 3:18pm
5
I uploaded to the server and it is working… while on test Server it was not working !!
But instead of Flag or X I got some squares… like I m missing fontaweome charachetrs??
Teodor
September 26, 2018, 3:19pm
6
Most probably font awesome include is missing/wrong.
updates
September 26, 2018, 3:51pm
7
i checked. it is included.
almatry
September 26, 2018, 3:54pm
8
I ran into a similar problem with font awesome when I’m using non CDN bootstrap theme.
It appears that the Font folder is not inside the site structure.
You need to manually download and add the missing fonts.
Teodor
September 26, 2018, 3:56pm
9
That’s right, we are going to improve font awesome includes for non-cdn links.
1 Like
updates
September 26, 2018, 3:57pm
10
so what I should do? add manually the CDN?
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
? or download what?
Sorry I m very a ZERO in this things
Teodor
September 26, 2018, 3:58pm
11
Yes, you can add manually the CDN to v4 or v5.