1. We already facing to import image link to creator application of external image src.
So to achieve this solution we can import by this step in creator funtion.
2. Get the image link inside the creator function.
3. Image field to be checked as link.
4. Image1 variable.
Image1 = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguFWeJRL-IzRNzEFGUV1JhtcYF-Y5Qf2McxxNtkt7IABc5QZkuCubvuY5TNQBMzpZ51v86Pb9eBapexziHYum0zlEhyvX37kb7yngMjYJ7gOlgTF9T57fnvQROwrtwQ5UIWKJWgF2WQ3ytyAtoHIrNFhIgwZ9GRvYmnDLCRbENDzePioS1IziIiU-Cf-E/w400-h245/ss.png";
5. code:
input.Image_1 = "<img src=\"" + image1 + "\"></img>";
Comments
Post a Comment