Sir,
I have 2 Image Fields, now i want that whatever i upload in Image Field1 the same image should be uploaded in Image field 2 automatically.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
@rakeshk21205956 gave the answer.
//Okay found the answer... just set the rawValue of both to be equal i.e this.rawValue = Image1.rawValue;
Views
Replies
Total Likes
Views
Replies
Total Likes
Try using JavaScript to render the images on both image fields after an upload is being made.
@rakeshk21205956 gave the answer.
//Okay found the answer... just set the rawValue of both to be equal i.e this.rawValue = Image1.rawValue;
Views
Replies
Total Likes