L
lalthan
I have created a mail form with 4 pages. Now, by default I have hidden
all the forms except for the default mail page. As per the value
selected by the user, these form pages were populated.
I wrote a script using either one of the two mentioned below:
Sub Item_CustomPropertyChange(ByVal Name)
Function Item_Send()
Now, as per the value I select from the Dropdown box, only the
concerned Form Page becomes visible. But when I send it out, the
recipient receives only the first page (ie. Mail page) and not the
other visible page.
I rerun the whole thing in the opposite way. This time, I made all the
pages visible and as per my dropdown value, all the other Form Page
becomes hidden. This works for me but when I send it out again, the
recipient receives the form with all the four pages visible.
Any idea why the same view that I get is not received by the recipient
? I have not set a separate READ page for the other Pages except the
Mail Page.
all the forms except for the default mail page. As per the value
selected by the user, these form pages were populated.
I wrote a script using either one of the two mentioned below:
Sub Item_CustomPropertyChange(ByVal Name)
Function Item_Send()
Now, as per the value I select from the Dropdown box, only the
concerned Form Page becomes visible. But when I send it out, the
recipient receives only the first page (ie. Mail page) and not the
other visible page.
I rerun the whole thing in the opposite way. This time, I made all the
pages visible and as per my dropdown value, all the other Form Page
becomes hidden. This works for me but when I send it out again, the
recipient receives the form with all the four pages visible.
Any idea why the same view that I get is not received by the recipient
? I have not set a separate READ page for the other Pages except the
Mail Page.